[Orxonox-commit 3248] r7939 - code/branches/usability/src/libraries/core
rgrieder at orxonox.net
rgrieder at orxonox.net
Sun Feb 20 20:46:55 CET 2011
Author: rgrieder
Date: 2011-02-20 20:46:54 +0100 (Sun, 20 Feb 2011)
New Revision: 7939
Modified:
code/branches/usability/src/libraries/core/GUIManager.cc
Log:
Lua header not required in GUIManager.
Modified: code/branches/usability/src/libraries/core/GUIManager.cc
===================================================================
--- code/branches/usability/src/libraries/core/GUIManager.cc 2011-02-20 18:24:04 UTC (rev 7938)
+++ code/branches/usability/src/libraries/core/GUIManager.cc 2011-02-20 19:46:54 UTC (rev 7939)
@@ -31,9 +31,7 @@
#include <boost/bind.hpp>
#include <memory>
-extern "C" {
-#include <lua.h>
-}
+
#include <CEGUIDefaultLogger.h>
#include <CEGUIExceptions.h>
#include <CEGUIInputEvent.h>
More information about the Orxonox-commit
mailing list