Reorder the #includes in ns3module_helpers.cc to solve Fedora 11 compilation error
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Wed Aug 12 12:07:25 2009 +0100 (6 months ago)
changeset 4702e33a677e8864
parent 4701 b57d5b1fe68e
child 4703 e1259e2fdaad
Reorder the #includes in ns3module_helpers.cc to solve Fedora 11 compilation error
bindings/python/ns3module_helpers.cc
     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{