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 e3ac2c9 commit f9871d6
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions src/pmc/wmlsboolean.pmc
Expand Up @@ -17,8 +17,6 @@ the WMLScript C<Boolean> type.

*/

#include "parrot/embed.h"

static INTVAL dynpmc_WmlsBoolean;
static INTVAL dynpmc_WmlsFloat;
static INTVAL dynpmc_WmlsInteger;
Expand Down
2 changes: 0 additions & 2 deletions src/pmc/wmlsbytecode.pmc
Expand Up @@ -16,8 +16,6 @@ This singleton PMC holds a factory.

*/

#include "parrot/embed.h"

static PMC * WmlsBytecode_PMC;
static PMC * script;
static const char * bytecode;
Expand Down
2 changes: 0 additions & 2 deletions src/pmc/wmlsfloat.pmc
Expand Up @@ -17,8 +17,6 @@ the WMLScript C<Floating-point> type.

*/

#include "parrot/embed.h"

static INTVAL dynpmc_WmlsBoolean;
static INTVAL dynpmc_WmlsFloat;
static INTVAL dynpmc_WmlsInteger;
Expand Down
2 changes: 0 additions & 2 deletions src/pmc/wmlsinteger.pmc
Expand Up @@ -17,8 +17,6 @@ the WMLScript C<Integer> type.

*/

#include "parrot/embed.h"

static INTVAL dynpmc_WmlsBoolean;
static INTVAL dynpmc_WmlsFloat;
static INTVAL dynpmc_WmlsInteger;
Expand Down
2 changes: 0 additions & 2 deletions src/pmc/wmlsinvalid.pmc
Expand Up @@ -17,8 +17,6 @@ the WMLScript C<Invalid> type.

*/

#include "parrot/embed.h"

static INTVAL dynpmc_WmlsBoolean;
static INTVAL dynpmc_WmlsInteger;
static INTVAL dynpmc_WmlsInvalid;
Expand Down
2 changes: 0 additions & 2 deletions src/pmc/wmlsstring.pmc
Expand Up @@ -17,8 +17,6 @@ the WMLScript C<String> type.

*/

#include "parrot/embed.h"

static INTVAL dynpmc_WmlsBoolean;
static INTVAL dynpmc_WmlsFloat;
static INTVAL dynpmc_WmlsInteger;
Expand Down

0 comments on commit f9871d6

Please sign in to comment.