diff --git a/config/sgct/single.xml b/config/sgct/single.xml
index 324905d0d1..0507f9f5c0 100644
--- a/config/sgct/single.xml
+++ b/config/sgct/single.xml
@@ -4,7 +4,7 @@
-
+
@@ -32,4 +32,4 @@
-
\ No newline at end of file
+
diff --git a/ext/ghoul b/ext/ghoul
index e09030f821..5db48e3497 160000
--- a/ext/ghoul
+++ b/ext/ghoul
@@ -1 +1 @@
-Subproject commit e09030f8217ec29cb8450eb310ae453cba8fbebc
+Subproject commit 5db48e3497d54d55168103e4a545d13270b5a8f2
diff --git a/include/openspace/abuffer/abuffer.h b/include/openspace/rendering/abufferrenderer.h
similarity index 56%
rename from include/openspace/abuffer/abuffer.h
rename to include/openspace/rendering/abufferrenderer.h
index aacba5186b..168fcc85f1 100644
--- a/include/openspace/abuffer/abuffer.h
+++ b/include/openspace/rendering/abufferrenderer.h
@@ -2,7 +2,7 @@
* *
* OpenSpace *
* *
- * Copyright (c) 2014-2015 *
+ * Copyright (c) 2014-2016 *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of this *
* software and associated documentation files (the "Software"), to deal in the Software *
@@ -22,17 +22,23 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
-#ifndef __ABUFFER_H__
-#define __ABUFFER_H__
+#ifndef __ABUFFERRENDERER_H__
+#define __ABUFFERRENDERER_H__
#include
#include
+#include
#include
#include
#include
+#include