From Tom Brezinski:
[obnox/wireshark/wip.git] / globals.h
index 5bb8718b6731b305adc6ad517f447b0035ab0722..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;
-/** @todo move this to the gtk dir */
-extern gboolean     auto_scroll_live;
 
 #ifdef __cplusplus
 }