summaryrefslogtreecommitdiff
path: root/channels/h323/ast_h323.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-06-26 03:50:14 +0000
committerMark Spencer <markster@digium.com>2004-06-26 03:50:14 +0000
commit3db853b4281290ee06963dd01cf27009710110dd (patch)
treefeff9533d65b873c284ba444827e32141d0ec6a7 /channels/h323/ast_h323.h
parenta30ae193db2a8c81c186bcfff759fba29bf89a6b (diff)
Merge source cleanups (bug #1911)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3311 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 */