From e15a612252e881783638e297e33a88f499017614 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 12 Nov 2012 07:13:07 -0500 Subject: [PATCH] Windows: torture should not reference roken.h Do not include roken.h in torture tests. The torture test should not be linked to afsroken.dll. Change-Id: I14d67c2e2f9980906854e0ab72c040eb9437a931 Reviewed-on: http://gerrit.openafs.org/8431 Tested-by: BuildBot Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- src/WINNT/tests/torture/Source/WinThreads.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/WINNT/tests/torture/Source/WinThreads.c b/src/WINNT/tests/torture/Source/WinThreads.c index 51fc23c5c..01c5adb4e 100644 --- a/src/WINNT/tests/torture/Source/WinThreads.c +++ b/src/WINNT/tests/torture/Source/WinThreads.c @@ -9,7 +9,6 @@ #ifndef NO_AFS_SOURCE #include #include - #include #include #include -- 2.39.5