|
From: <cn...@us...> - 2009-01-22 16:27:54
|
Revision: 149
http://hgengine.svn.sourceforge.net/hgengine/?rev=149&view=rev
Author: cnlohr
Date: 2009-01-22 16:27:44 +0000 (Thu, 22 Jan 2009)
Log Message:
-----------
We no longer need <sys/time.h> and since <sys/time.h> is not used on Windows, it would otherwise cause a compile error.
Modified Paths:
--------------
Mercury2/src/Mercury2.cpp
Modified: Mercury2/src/Mercury2.cpp
===================================================================
--- Mercury2/src/Mercury2.cpp 2009-01-04 19:56:47 UTC (rev 148)
+++ Mercury2/src/Mercury2.cpp 2009-01-22 16:27:44 UTC (rev 149)
@@ -8,8 +8,6 @@
#include <RenderableNode.h>
-#include <sys/time.h>
-
#include <MercuryCrash.h>
#include <MercuryBacktrace.h>
#include <MercuryMessageManager.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|