summaryrefslogtreecommitdiff
path: root/libgsystem.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-01-23 15:18:07 -0500
committerColin Walters <walters@verbum.org>2013-01-23 15:19:57 -0500
commit43a525fd40faf7dfd261bf3d7469f642a68fad68 (patch)
tree94689f1496f21a516986ce00ec004ef79e66f458 /libgsystem.h
parent0c232faa9d74a39358d75a098af25776a2e00529 (diff)
downloadlibgsystem-43a525fd40faf7dfd261bf3d7469f642a68fad68.tar.gz
Decouple gsystem-local-alloc from libgsystem.h
I'd like some of the code here to possibly make its way into GLib. In order to accomplish that, we can't use the local allocation macros =/
Diffstat (limited to 'libgsystem.h')
-rw-r--r--libgsystem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgsystem.h b/libgsystem.h
index 1102b63..8c45633 100644
--- a/libgsystem.h
+++ b/libgsystem.h
@@ -25,7 +25,6 @@
G_BEGIN_DECLS
-#include <gsystem-local-alloc.h>
#include <gsystem-file-utils.h>
#include <gsystem-shutil.h>
#include <gsystem-subprocess.h>