remove un-needed object.h include.
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 04 Feb 2008 22:32:13 +0100
changeset 2377 985d5ddfd742
parent 2376 ab0f5f2e41ad
child 2378 bc706b6e9df3
remove un-needed object.h include.
src/core/int-value.cc
--- a/src/core/int-value.cc	Mon Feb 04 22:19:20 2008 +0100
+++ b/src/core/int-value.cc	Mon Feb 04 22:32:13 2008 +0100
@@ -1,5 +1,5 @@
 #include "int-value.h"
-#include "object.h"
+#include "fatal-error.h"
 #include <sstream>
 
 namespace ns3 {