jdk/src/share/instrument/JPLISAgent.c
changeset 1090 c5805b1672a6
parent 715 f16baef3a20e
child 5506 202f599c92aa
--- a/jdk/src/share/instrument/JPLISAgent.c	Fri Aug 22 10:37:03 2008 -0700
+++ b/jdk/src/share/instrument/JPLISAgent.c	Fri Aug 22 12:24:27 2008 -0700
@@ -38,10 +38,9 @@
 #include    "JavaExceptions.h"
 
 #include    "EncodingSupport.h"
-#include    "FileSystemSupport.h"               /* MAXPATHLEN */
+#include    "FileSystemSupport.h"    /* For MAXPATHLEN & uintptr_t */
 
 #include    "sun_instrument_InstrumentationImpl.h"
-#include    "typedefs.h"
 
 /*
  *  The JPLISAgent manages the initialization all of the Java programming language Agents.