From 01bee6fe79272e9d2453cc7f3adbdcbe1d05789d Mon Sep 17 00:00:00 2001 From: mmiozzo Date: Wed, 15 Feb 2012 11:04:45 +0100 Subject: [PATCH] Remove gtk-config-store include in buildings-pathloss-profiler.cc --- src/buildings/examples/buildings-pathloss-profiler.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/buildings/examples/buildings-pathloss-profiler.cc b/src/buildings/examples/buildings-pathloss-profiler.cc index 715c637f6..8455e5120 100644 --- a/src/buildings/examples/buildings-pathloss-profiler.cc +++ b/src/buildings/examples/buildings-pathloss-profiler.cc @@ -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 #include @@ -95,4 +94,4 @@ main (int argc, char *argv[]) Simulator::Destroy (); -} \ No newline at end of file +}