Remove gtk-config-store include in buildings-pathloss-profiler.cc

This commit is contained in:
mmiozzo
2012-02-15 11:04:45 +01:00
parent a2a4c12316
commit 01bee6fe79

View File

@@ -23,7 +23,6 @@
#include "ns3/mobility-module.h"
#include "ns3/lte-module.h"
#include "ns3/config-store.h"
#include "ns3/gtk-config-store.h"
#include <ns3/buildings-propagation-loss-model.h>
#include <iomanip>
@@ -95,4 +94,4 @@ main (int argc, char *argv[])
Simulator::Destroy ();
}
}