initial refactoring nDPI - typedef defined only in ndpi_typedef.h

This commit is contained in:
Campus 2015-11-09 13:36:35 +01:00
parent 63cab68a96
commit d92ffa6771
3 changed files with 273 additions and 68 deletions

View file

@ -34,6 +34,7 @@
#endif
#include <ctype.h>
#include <time.h>
#include <arpa/inet.h>
#ifndef WIN32
@ -50,8 +51,6 @@
#include <limits.h>
#endif
#include "ndpi_win32.h"
#include "ndpi_unix.h"
#include "ndpi_define.h"
#include "ndpi_protocol_ids.h"
#include "ndpi_typedefs.h"