Check-in Number:
|
2197 | |
Date: |
2002-Jun-27 17:56:13 (local)
2002-Jun-27 15:56:13 (UTC) |
User: | ms |
Branch: | |
Comment: |
Remove headers that we aren't using in the analyzer implementation. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/rc/rc_anal.h 1.1 -> 1.2
--- rc_anal.h 2002/06/27 15:38:57 1.1
+++ rc_anal.h 2002/06/27 15:56:13 1.2
@@ -27,10 +27,7 @@
** rc_anal.h: Run-command processor ISO C public API header file
*/
-#include <sys/types.h>
#include <dirent.h>
-#include <sys/param.h>
-#include <stdio.h>
/* Global needed for use by scandir function in analGloblocs */
extern int alphasort(const void *, const void *);
|
|