summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2011-07-07 14:20:37 -0400
committerNat Goodspeed <nat@lindenlab.com>2011-07-07 14:20:37 -0400
commit65657b9f5cf04b5a84e566b7491daabb1291ace9 (patch)
tree17cd6ec0b2addaa493caf5c3f946a87b4497dc36
parent6c0d6956da046df9638932030d4c95ff299ca76f (diff)
CHOP-753: uh, Microsoft docs lied about header file to use?
Remove <kfuncs.h>, documented header file for GetCurrentProcess().
-rw-r--r--indra/llcommon/llsys.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/llsys.cpp b/indra/llcommon/llsys.cpp
index cec1cd90e9..68566cdbfa 100644
--- a/indra/llcommon/llsys.cpp
+++ b/indra/llcommon/llsys.cpp
@@ -59,7 +59,6 @@ using namespace llsd;
# include <winsock2.h>
# include <windows.h>
# include <psapi.h> // GetPerformanceInfo() et al.
-# include <kfuncs.h> // GetCurrentProcess()
#elif LL_DARWIN
# include <errno.h>
# include <sys/sysctl.h>