Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / cvenv / include / starteic.h
diff --git a/apps/cvenv/include/starteic.h b/apps/cvenv/include/starteic.h
deleted file mode 100644 (file)
index 2f11f91..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef _STARTEiCH
-#define _STARTEiCH
-
-/* ISO STUFF */
-#include <stdio.h>
-#include <stdlib.h>
-#include <ctype.h>
-#include <stdarg.h>
-#include <string.h>
-#include <math.h>
-#include <float.h>
-#include <limits.h>
-#include <errno.h>
-#include <assert.h>
-
-/* POSIX.1 STUFF */
-#include <unistd.h>
-#include <fcntl.h>
-
-#endif /* _STARTEiCH */