From: Stan Smith Date: Wed, 14 Apr 2010 17:01:27 +0000 (+0000) Subject: [PERFTEST] faster compile + compile outside of OpenIB src tree; use ws2tcpip.h instea... X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=d13dc3d7a826c6ba6f3ef9ecbe47f9459afe3b75;p=~shefty%2Frdma-win.git [PERFTEST] faster compile + compile outside of OpenIB src tree; use ws2tcpip.h instead of windows.h & winsock2.h. git-svn-id: svn://openib.tc.cornell.edu/gen1@2783 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- diff --git a/trunk/tests/perftest/perftest.h b/trunk/tests/perftest/perftest.h index d06e42d0..5bc63fa9 100644 --- a/trunk/tests/perftest/perftest.h +++ b/trunk/tests/perftest/perftest.h @@ -33,8 +33,7 @@ #ifndef _PERFTEST_H_ #define _PERFTEST_H_ -#include -#include +#include typedef UINT64 cycles_t;