Remove useless include guard

svn-id: r43564
This commit is contained in:
Matthew Hoops 2009-08-20 17:12:46 +00:00
parent e350e0b020
commit 0a6161233b

View file

@ -26,9 +26,6 @@
// We place selector vocab name tables here for any game that doesn't have
// them. This includes the King's Quest IV Demo and LSL3 Demo.
#ifndef SCI_STATIC_SELECTORS_H
#define SCI_STATIC_SELECTORS_H
#include "sci/engine/kernel.h"
namespace Sci {
@ -425,5 +422,3 @@ Common::StringList Kernel::checkStaticSelectorNames() {
}
} // End of namespace Sci
#endif // SCI_STATIC_SELECTORS_H