From Josip Medved:
[obnox/wireshark/wip.git] / globals.h
index 0e6c6bbf82362215aa967dca9dffdbdd243af26f..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 HAVE_LIBPCAP
-/** @todo move this to the gtk dir */
-extern gboolean     auto_scroll_live;
-#endif
 
 #ifdef __cplusplus
 }