aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2012-07-18 02:47:56 +0000
committerEvan Huus <eapache@gmail.com>2012-07-18 02:47:56 +0000
commita234b68ff0a16c689c3c8c6064266ff9cf94db7b (patch)
tree94218d966dc63303419a7b1fa6bc142654c565b0 /epan/crypt
parent6e8258be9a7d525eb5ec00335dff7d025496bd73 (diff)
Fix some system header files that were #included with "" instead of <>.
They made cppcheck unhappy. svn path=/trunk/; revision=43779
Diffstat (limited to 'epan/crypt')
-rw-r--r--epan/crypt/airpdcap_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/crypt/airpdcap_debug.h b/epan/crypt/airpdcap_debug.h
index 224bf54d7e..8d052e648f 100644
--- a/epan/crypt/airpdcap_debug.h
+++ b/epan/crypt/airpdcap_debug.h
@@ -59,7 +59,7 @@ void print_debug_line(CHAR *function, CHAR *msg, INT level);
/* Debug section: internal function to print debug information */
/* */
#ifdef _DEBUG
-#include "stdio.h"
+#include <stdio.h>
#include <time.h>
/* Debug level definition */