[gjs/wip/js24] move jsapi-util include into cpp file



commit 0c6588dc55fb62b78e2220926bf2249e4bb53cb7
Author: Tim Lunn <tim feathertop org>
Date:   Tue Oct 15 10:35:11 2013 +1100

    move jsapi-util include into cpp file

 gjs/mem.cpp |    1 +
 gjs/mem.h   |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gjs/mem.cpp b/gjs/mem.cpp
index a8f88e6..6cea88b 100644
--- a/gjs/mem.cpp
+++ b/gjs/mem.cpp
@@ -25,6 +25,7 @@
 
 #include "mem.h"
 #include "compat.h"
+#include "gjs/jsapi-util.h"
 #include <util/log.h>
 
 #define GJS_DEFINE_COUNTER(name)             \
diff --git a/gjs/mem.h b/gjs/mem.h
index 79fd499..0fa2ea9 100644
--- a/gjs/mem.h
+++ b/gjs/mem.h
@@ -29,7 +29,6 @@
 #endif
 
 #include <glib.h>
-#include "gjs/jsapi-util.h"
 #include "gjs/context.h"
 
 G_BEGIN_DECLS


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]