aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/utils.h
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-16 21:08:28 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-16 21:08:28 +0000
commit82c12f8105b7085e3dd9f7e67dcd15fe5c1d8056 (patch)
treec73bbb475fa290d355d9a7c9ad7c49488b85727c /include/asterisk/utils.h
parent977ebbedcd6dbc8fd65c3cc7ca9f7b05c2a9d361 (diff)
remove redundant #include "asterisk/compat.h",
but make sure that asterisk/compiler.h is included everywhere git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89336 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/utils.h')
-rw-r--r--include/asterisk/utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asterisk/utils.h b/include/asterisk/utils.h
index 7d0b56089..c1b61ba2b 100644
--- a/include/asterisk/utils.h
+++ b/include/asterisk/utils.h
@@ -23,8 +23,6 @@
#ifndef _ASTERISK_UTILS_H
#define _ASTERISK_UTILS_H
-#include "asterisk/compat.h"
-
#include <netinet/in.h>
#include <arpa/inet.h> /* we want to override inet_ntoa */
#include <netdb.h>
@@ -34,7 +32,6 @@
#include "asterisk/lock.h"
#include "asterisk/time.h"
#include "asterisk/logger.h"
-#include "asterisk/compiler.h"
#include "asterisk/localtime.h"
/*!