[Autosec-devel] sonar/plugins inp_rand.h,1.2,1.3
Brought to you by:
red0x
From: <re...@us...> - 2003-12-05 22:37:49
|
Update of /cvsroot/autosec/sonar/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv21117/plugins Modified Files: inp_rand.h Log Message: Removed non-needed include line Index: inp_rand.h =================================================================== RCS file: /cvsroot/autosec/sonar/plugins/inp_rand.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** inp_rand.h 24 Oct 2003 09:57:06 -0000 1.2 --- inp_rand.h 5 Dec 2003 22:37:45 -0000 1.3 *************** *** 27,31 **** // include my types #include "types.h" - #include <sys/types.h> #include <unistd.h> #include <sys/time.h> --- 27,30 ---- |