summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2011-02-10 21:42:13 +0900
committerAkira TAGOH <akira@tagoh.org>2011-02-10 21:42:13 +0900
commit91254719cdd68dff0b170bb6f57015cbaa2feb6d (patch)
treee04a97c073d791b110f48e3822c76794ae9c6189
parentc4a3c02abdbb3af523773abcea3098e5276211d2 (diff)
clean up
-rw-r--r--hieroglyph/hgallocator.h1
-rw-r--r--hieroglyph/hgerror.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/hieroglyph/hgallocator.h b/hieroglyph/hgallocator.h
index 118163b..2a21556 100644
--- a/hieroglyph/hgallocator.h
+++ b/hieroglyph/hgallocator.h
@@ -29,7 +29,6 @@
#define __HIEROGLYPH_HGALLOCATOR_H__
#include <hieroglyph/hgtypes.h>
-#include <hieroglyph/hgerror.h>
/* XXX: GLib is still needed to satisfy the GHashTable dependency */
#include <glib.h>
diff --git a/hieroglyph/hgerror.h b/hieroglyph/hgerror.h
index ad0f6fc..c6b7683 100644
--- a/hieroglyph/hgerror.h
+++ b/hieroglyph/hgerror.h
@@ -29,7 +29,6 @@
#define __HIEROGLYPH_HGERROR_H__
#include <stdio.h>
-#include <errno.h>
/* XXX: GLib deps are still needed for GQuark */
#include <glib.h>
#include <hieroglyph/hgtypes.h>