Clean up inclusion of cfutils.h.

Change-Id: I7da381f12db6721448e15d30d441a943127cbca1
Reviewed-on: https://code.wireshark.org/review/2522
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-06-21 12:54:01 -07:00
parent 8960430ce7
commit 9e8fb87a3e
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
#ifdef HAVE_OS_X_FRAMEWORKS
#include <glib.h>
#include <CoreFoundation/CoreFoundation.h>
#include "cfutils.h"
#include <wsutil/cfutils.h>
/*
* Convert a CFString to a UTF-8-encoded C string; the resulting string

View File

@ -31,7 +31,7 @@
#ifdef HAVE_OS_X_FRAMEWORKS
#include <CoreFoundation/CoreFoundation.h>
#include "cfutils.h"
#include <wsutil/cfutils.h>
#endif
#include <glib.h>