Fix Irrlicht includes in scriptapi_*

This commit is contained in:
kwolekr 2013-03-06 09:31:06 -05:00
parent dd8593f2d6
commit b9512cab1b
7 changed files with 2 additions and 11 deletions

View File

@ -23,6 +23,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <string>
#include <set>
#include <map>
#include "irr_v3d.h"
#include "irr_v2d.h"
extern "C" {
#include <lua.h>

View File

@ -20,8 +20,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#ifndef LUA_INVENTORY_H_
#define LUA_INVENTORY_H_
#include <irr_v3d.h>
extern "C" {
#include <lua.h>
#include <lauxlib.h>

View File

@ -25,7 +25,6 @@ extern "C" {
#include <lauxlib.h>
}
#include <irr_v3d.h>
#include <vector>
#include "itemdef.h"

View File

@ -20,7 +20,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#ifndef LUA_NODE_H_
#define LUA_NODE_H_
#include <irr_v3d.h>
#include <iostream>
#include <map>

View File

@ -19,8 +19,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#ifndef LUA_NODEMETA_H_
#define LUA_NODEMETA_H_
#include <irr_v3d.h>
extern "C" {
#include <lua.h>
#include <lauxlib.h>

View File

@ -20,8 +20,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#ifndef LUA_NODETIMER_H_
#define LUA_NODETIMER_H_
#include <irr_v3d.h>
extern "C" {
#include <lua.h>
#include <lauxlib.h>

View File

@ -22,9 +22,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "scriptapi_types.h"
#include "script.h"
#include <irr_v2d.h>
// garbage collector
int LuaPerlinNoise::gc_object(lua_State *L)
{