diff options
-rw-r--r-- | compiz-wiimote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiz-wiimote.h b/compiz-wiimote.h index 0e2d56d..5669475 100644 --- a/compiz-wiimote.h +++ b/compiz-wiimote.h @@ -20,7 +20,6 @@ #ifndef _COMPIZ_WIIMOTE_H #define _COMPIZ_WIIMOTE_H -#endif #include <compiz-core.h> #include <cwiid.h> @@ -471,3 +470,4 @@ wiimoteRemoveWiimote (CompDisplay *d, #define PI 3.14159265358979323846 #define DEG2RAD2(DEG) ((DEG)*((PI)/(180.0))) +#endif |