aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/ast_h323.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-26 03:50:14 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-26 03:50:14 +0000
commit7148691394ad01d0b2c3a6500913d230c99652ce (patch)
treefeff9533d65b873c284ba444827e32141d0ec6a7 /channels/h323/ast_h323.h
parent67168c5f8c300f29c4175b3ea78255b4dd2fac02 (diff)
Merge source cleanups (bug #1911)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3311 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/ast_h323.h')
-rwxr-xr-xchannels/h323/ast_h323.h15
1 files changed, 3 insertions, 12 deletions
diff --git a/channels/h323/ast_h323.h b/channels/h323/ast_h323.h
index ab30c4435..5d50b58fb 100755
--- a/channels/h323/ast_h323.h
+++ b/channels/h323/ast_h323.h
@@ -26,18 +26,8 @@
* Version Info: $Id$
*/
-
-#include <ptlib.h>
-#include <h323.h>
-#include <h323pdu.h>
-#include <mediafmt.h>
-#include <lid.h>
-
-#include <list>
-#include <string>
-#include <algorithm>
-
-#include "chan_h323.h"
+#ifndef AST_H323_H
+#define AST_H323_H
/** These need to be redefined here because the C++
side of this driver is blind to the asterisk headers */
@@ -306,3 +296,4 @@ class MyProcess : public PProcess {
};
+#endif /* !defined AST_H323_H */