[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2536: Fix an #include that got left behind in the r2533 shuffle. N (vidalia/trunk/src/common)
Author: edmanm
Date: 2008-04-25 11:16:20 -0400 (Fri, 25 Apr 2008)
New Revision: 2536
Modified:
vidalia/trunk/src/common/file.cpp
Log:
Fix an #include that got left behind in the r2533 shuffle. Noticed by DJHasis.
Modified: vidalia/trunk/src/common/file.cpp
===================================================================
--- vidalia/trunk/src/common/file.cpp 2008-04-25 14:28:01 UTC (rev 2535)
+++ vidalia/trunk/src/common/file.cpp 2008-04-25 15:16:20 UTC (rev 2536)
@@ -20,7 +20,7 @@
#include "file.h"
#if defined(Q_OS_WIN32)
-#include <util/win32.h>
+#include "win32.h"
#endif