summaryrefslogtreecommitdiff
path: root/apps/openmw/mwgui/widgets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/openmw/mwgui/widgets.cpp')
-rw-r--r--apps/openmw/mwgui/widgets.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/openmw/mwgui/widgets.cpp b/apps/openmw/mwgui/widgets.cpp
index fb8521f067..6f4c5d9551 100644
--- a/apps/openmw/mwgui/widgets.cpp
+++ b/apps/openmw/mwgui/widgets.cpp
@@ -1,6 +1,5 @@
#include "widgets.hpp"
-#include <sstream>
#include <iomanip>
#include <MyGUI_ProgressBar.h>
@@ -15,9 +14,7 @@
#include "controllers.hpp"
-namespace MWGui
-{
- namespace Widgets
+namespace MWGui::Widgets
{
/* MWSkill */
@@ -535,4 +532,3 @@ namespace MWGui
assignWidget(mBarTextWidget, "BarText");
}
}
-}