Remove some unnecessary includes: a lot of things don't need globals.h and register.h
[obnox/wireshark/wip.git] / gtk / diameter_stat.c
index cd10f5c50af6b4cd3b3b27f788063a41b34065cf..00c3be31a1b61b1ffbff11aa33894150a87f457c 100644 (file)
 #include <epan/tap.h>
 #include <epan/dissectors/packet-diameter.h>
 
-#include "../register.h"
 #include "../timestats.h"
 #include "../simple_dialog.h"
 #include "../file.h"
-#include "../globals.h"
 #include "../stat_menu.h"
 
 #include "gtk/gui_utils.h"
@@ -94,7 +92,7 @@ diameterstat_packet(void *pdiameter, packet_info *pinfo, epan_dissect_t *edt _U_
        int* idx = NULL;
 
        /* Process only answers where corresponding request is found.
-        * Unpaired daimeter messages are currently not supported by statistics. 
+        * Unpaired daimeter messages are currently not supported by statistics.
         * Return 0, since redraw is not needed. */
        if(!diameter || diameter->processing_request || !diameter->req_frame)
                return 0;