Skip to content

Commit

Permalink
Remove unnecessary #includes
Browse files Browse the repository at this point in the history
  • Loading branch information
soh-cah-toa committed Jun 6, 2011
1 parent c64b55e commit 15e440e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
3 changes: 0 additions & 3 deletions include/parrot/hbdb.h
Expand Up @@ -10,9 +10,6 @@
#ifndef PARROT_HBDB_H_GUARD
#define PARROT_HBDB_H_GUARD

/*#include <stdio.h>*/
/*#include "parrot/parrot.h"*/

/* Type: hbdb_breakpoint_t
*
* Fields:
Expand Down
13 changes: 1 addition & 12 deletions src/hbdb.c
Expand Up @@ -18,24 +18,13 @@ This file contains functions and types used by the C<hbdb> debugger.
*/

/* TODO Remove unnecessary header files */
/* TODO Perldoc section for types */

#include <stdio.h>

#include "parrot/parrot.h"
#include "parrot/hbdb.h"
/*
#include "parrot/runcore_api.h"
#include "parrot/extend.h"
#include "parrot/embed.h"
#include "parrot/runcore_profiling.h"
#include "parrot/oplib/core_ops.h"
#include "pmc/pmc_sub.h"
#include "pmc/pmc_callcontext.h"
#include "pmc/pmc_namespace.h"
*/

/* HEADERIZER HFILE: include/parrot/hbdb.h */

typedef void (*cmd_func_t)(ARGIN(hbdb_t *hbdb), ARGIN(const char * const cmd));
Expand Down

0 comments on commit 15e440e

Please sign in to comment.