Reorder the #includes in ns3module_helpers.cc to solve Fedora 11 compilation error
1.1 --- a/bindings/python/ns3module_helpers.cc Tue Aug 11 21:29:18 2009 -0700
1.2 +++ b/bindings/python/ns3module_helpers.cc Wed Aug 12 12:07:25 2009 +0100
1.3 @@ -1,5 +1,5 @@
1.4 +#include "ns3module.h"
1.5 #include "ns3/ref-count-base.h"
1.6 -#include "ns3module.h"
1.7
1.8
1.9 namespace ns3{