HTTPS is now needed to download the pkg-config source.
[metze/wireshark/wip.git] / ringbuffer.h
index 50e214266610c9154409b7c44d86fa29dee97d9f..b5f4776c3e88e00ee3e06639b8ff46c2dfcd73ca 100644 (file)
@@ -24,7 +24,6 @@
 #define __RINGBUFFER_H__
 
 #include <stdio.h>
-#include "file.h"
 #include "wiretap/wtap.h"
 
 #define RINGBUFFER_UNLIMITED_FILES 0
@@ -46,3 +45,16 @@ void ringbuf_free(void);
 void ringbuf_error_cleanup(void);
 
 #endif /* ringbuffer.h */
+
+/*
+ * Editor modelines  -  http://www.wireshark.org/tools/modelines.html
+ *
+ * Local Variables:
+ * c-basic-offset: 2
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vi: set shiftwidth=2 tabstop=8 expandtab:
+ * :indentSize=2:tabSize=8:noTabs=true:
+ */