]> jfr.im git - irc/atheme/libmowgli-2.git/commitdiff
Add attributes.h to mowgli.h, move constructor.h below attributes.h
authorPatrick McFarland <redacted>
Mon, 18 Feb 2013 00:42:41 +0000 (19:42 -0500)
committerPatrick McFarland <redacted>
Mon, 18 Feb 2013 00:42:41 +0000 (19:42 -0500)
src/libmowgli/mowgli.h

index b41909bb734fd7294508f4ee91dd62daa597405f..5d4a8b77ae213e6e073082530dae58b15607f3b1 100644 (file)
 
 MOWGLI_DECLS_START
 
-#include "platform/constructor.h"
 #include "platform/machine.h"
 #include "platform/cacheline.h"
+#include "platform/attributes.h"
+#include "platform/constructor.h"
 
 #include "core/logger.h"
 #include "core/assert.h"