diff --git a/config/sgct/single.xml b/config/sgct/single.xml
index 6e24842b3e..0507f9f5c0 100644
--- a/config/sgct/single.xml
+++ b/config/sgct/single.xml
@@ -4,7 +4,7 @@
-
+
@@ -14,7 +14,7 @@
-
+
@@ -32,4 +32,4 @@
-
\ No newline at end of file
+
diff --git a/include/openspace/abuffer/abuffer.h b/include/openspace/rendering/abufferrenderer.h
similarity index 57%
rename from include/openspace/abuffer/abuffer.h
rename to include/openspace/rendering/abufferrenderer.h
index 03ff58e0c9..67c516d549 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,16 +22,22 @@
* 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