]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
rearranged headers a tad
authorewt <ewt>
Wed, 24 Sep 1997 02:29:37 +0000 (02:29 +0000)
committerewt <ewt>
Wed, 24 Sep 1997 02:29:37 +0000 (02:29 +0000)
buttonbar.c

index 82720d65e92251f08e945f6b148e01d26bb7266d..905829d1ec5469e464e2ed1b2bdc14389b4afba2 100644 (file)
@@ -1,6 +1,7 @@
-#include "newt.h"
 #include <stdarg.h>
 
+#include "newt.h"
+
 newtGrid newtButtonBar(char * button1, newtComponent * b1comp, ...) {
     va_list args;
     char * name;