Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / src / _HPUX / dirent.h
diff --git a/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_HPUX/dirent.h b/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_HPUX/dirent.h
deleted file mode 100644 (file)
index c3d7482..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _SYS_DIRENTH
-#define _SYS_DIRENTH
-
- struct dirent {
-      ino_t d_ino;
-      short d_reclen;
-      short d_namlen;
-      char  d_name[255  + 1];
-   };
-
-#endif /* _SYS_DIRENTH */
-
-
-
-
-
-