aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-04-03 10:14:40 -0700
committerGuy Harris <guy@alum.mit.edu>2016-04-03 17:15:21 +0000
commit8d9853bae7d023589e3e49c4116728a7ae0f9f02 (patch)
tree5272a06a7e7ed215aa19e1510b53ef2b3520372d /wiretap
parent80a80edd5ec87b41d86faa03c9a9b7a773f32f74 (diff)
Use quotes, not angle brackets, for wtap-int.h and file_wrappers.h.
This is consistent with what the rest of the files do, and doesn't require that the compiler explicitly be told to treat the current directory as an include directory. Change-Id: Iefaedd2acc936f45d5095546f8dea7167d2e88c8 Reviewed-on: https://code.wireshark.org/review/14797 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/camins.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/camins.c b/wiretap/camins.c
index 47a9f88c34..90e3e2c486 100644
--- a/wiretap/camins.c
+++ b/wiretap/camins.c
@@ -60,8 +60,8 @@
#include "config.h"
#include <string.h>
-#include <wtap-int.h>
-#include <file_wrappers.h>
+#include "wtap-int.h"
+#include "file_wrappers.h"
#include "camins.h"