]> git.sesse.net Git - movit/blobdiff - movit_pch.h
Remove stray file movit_pch.h, which was never meant to be checked in.
[movit] / movit_pch.h
diff --git a/movit_pch.h b/movit_pch.h
deleted file mode 100644 (file)
index 0d88481..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef _MOVIT_PCH_H
-#define _MOVIT_PCH_H 1
-
-#ifdef MOVIT_USE_PCH
-
-#include <GL/glew.h>
-#include <Eigen/Core>
-#include <Eigen/LU>
-#include <vector>
-#include <map>
-#include <string>
-#include <assert.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <stddef.h>
-#include <math.h>
-
-#endif  // defined(MOVIT_USE_PCH)
-
-#endif  // !defined(_MOVIT_PCH_H)