diff options
author | Evan Huus <eapache@gmail.com> | 2012-07-18 02:47:56 +0000 |
---|---|---|
committer | Evan Huus <eapache@gmail.com> | 2012-07-18 02:47:56 +0000 |
commit | a234b68ff0a16c689c3c8c6064266ff9cf94db7b (patch) | |
tree | 94218d966dc63303419a7b1fa6bc142654c565b0 /nio-ie5.c | |
parent | 6e8258be9a7d525eb5ec00335dff7d025496bd73 (diff) | |
download | wireshark-a234b68ff0a16c689c3c8c6064266ff9cf94db7b.tar.gz wireshark-a234b68ff0a16c689c3c8c6064266ff9cf94db7b.tar.bz2 wireshark-a234b68ff0a16c689c3c8c6064266ff9cf94db7b.zip |
Fix some system header files that were #included with "" instead of <>.
They made cppcheck unhappy.
svn path=/trunk/; revision=43779
Diffstat (limited to 'nio-ie5.c')
-rw-r--r-- | nio-ie5.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ #include <wininet.h> #include "nio-ie5.h" -#include "glib.h" +#include <glib.h> static HINTERNET internet = 0; |