From 8d9853bae7d023589e3e49c4116728a7ae0f9f02 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 3 Apr 2016 10:14:40 -0700 Subject: 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 --- wiretap/camins.c | 4 ++-- 1 file 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 -#include -#include +#include "wtap-int.h" +#include "file_wrappers.h" #include "camins.h" -- cgit v1.2.3