From Tom Brezinski:
[obnox/wireshark/wip.git] / globals.h
index 7e3e526ecd9c91f693056725507c29174eedce4e..5c1e0675cba224caeabf8c115798cdae0397b1d3 100644 (file)
--- a/globals.h
+++ b/globals.h
 #ifndef __GLOBALS_H__
 #define __GLOBALS_H__
 
+#include "file.h"
+#include <epan/timestamp.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif /* __cplusplus */
 
-#include "file.h"
-#include <epan/timestamp.h>
-
 extern capture_file cfile;
 
 #ifdef __cplusplus