diff Renderer/Engine/fb.h @ 988:0b6f8c82625a akira

fix for double buffer
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 02 Oct 2010 03:48:39 +0900
parents a193a851b5e3
children
line wrap: on
line diff
--- a/Renderer/Engine/fb.h	Sat Oct 02 03:19:33 2010 +0900
+++ b/Renderer/Engine/fb.h	Sat Oct 02 03:48:39 2010 +0900
@@ -1,6 +1,7 @@
 #ifndef FB_H
 #define FB_H
 
+#include "types.h"
 #if defined(__linux__)
 
 #include <unistd.h>
@@ -12,7 +13,6 @@
 #include <sys/ioctl.h>
 #include <stdlib.h>
 #include <iostream>
-#include "types.h"
 using namespace std;