fixed header not having double-include barrier
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401312
This commit is contained in:
parent
45b1bbdcd4
commit
761100b856
@ -30,6 +30,9 @@
|
||||
* Version: $Id$
|
||||
*/
|
||||
|
||||
#ifndef _INCLUDE_SOURCEMOD_ADTFACTORY_H_
|
||||
#define _INCLUDE_SOURCEMOD_ADTFACTORY_H_
|
||||
|
||||
#include <IADTFactory.h>
|
||||
#include "sm_globals.h"
|
||||
#include "sm_trie.h"
|
||||
@ -64,3 +67,5 @@ public: //IADTFactory
|
||||
IBasicTrie *CreateBasicTrie();
|
||||
};
|
||||
|
||||
#endif //_INCLUDE_SOURCEMOD_ADTFACTORY_H_
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user