Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
remove useless #include
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed May 16, 2009
1 parent 20bf64a commit c0c33a4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/pmc/lua_private.h
Expand Up @@ -6,8 +6,6 @@
#ifndef PARROT_LUA_PRIVATE_H_GUARD
#define PARROT_LUA_PRIVATE_H_GUARD

#include "parrot/parrot.h"

extern INTVAL dynpmc_LuaBoolean;
extern INTVAL dynpmc_LuaFunction;
extern INTVAL dynpmc_LuaNil;
Expand Down
1 change: 0 additions & 1 deletion src/pmc/luanumber.pmc
Expand Up @@ -18,7 +18,6 @@ the Lua C<Number> type.
*/

#include "lua_private.h"
#include "pmc_luastring.h"

#define LUA_NUMBER_FMT "%.14g"

Expand Down
1 change: 0 additions & 1 deletion src/pmc/luastring.pmc
Expand Up @@ -18,7 +18,6 @@ the Lua C<String> type.
*/

#include "lua_private.h"
#include "pmc_luanumber.h"

PMC *
_LuaString_get_metatable(PARROT_INTERP) {
Expand Down

0 comments on commit c0c33a4

Please sign in to comment.