]> git.sesse.net Git - movit/commitdiff
Remove stray file movit_pch.h, which was never meant to be checked in.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 3 Feb 2013 12:27:05 +0000 (13:27 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 3 Feb 2013 12:27:05 +0000 (13:27 +0100)
movit_pch.h [deleted file]

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)