Commit 092174da authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: move an include to the file that actually makes use of it

Well, it will compile even without that include.  :|
I don't know why, since it does use va_list.
Showing with 1 addition and 2 deletions
+1 -2
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include "proto.h" #include "proto.h"
#include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>
......
...@@ -48,8 +48,6 @@ ...@@ -48,8 +48,6 @@
#include <sys/param.h> #include <sys/param.h>
#endif #endif
#include <stdarg.h>
/* Suppress warnings for __attribute__((warn_unused_result)). */ /* Suppress warnings for __attribute__((warn_unused_result)). */
#define IGNORE_CALL_RESULT(call) do { if (call) {} } while(0) #define IGNORE_CALL_RESULT(call) do { if (call) {} } while(0)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment