#endif
#endif
#include <msp/core/except.h>
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
#include <msp/strings/lexicalcast.h>
#include "display.h"
#include "window.h"
#else
#include <X11/Xlib.h>
#endif
-#include <msp/strings/formatter.h>
-#include "../gbase/display.h"
+#include <msp/gbase/display.h>
+#include <msp/strings/format.h>
#include "keyboard.h"
#include "keys.h"
#ifndef MSP_GBASE_KEYBOARD_H_
#define MSP_GBASE_KEYBOARD_H_
+#include <msp/gbase/window.h>
#include "device.h"
-#include "../gbase/window.h"
namespace Msp {
namespace Input {
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
#include "mouse.h"
namespace Msp {
#ifndef MSP_GBASE_MOUSE_H_
#define MSP_GBASE_MOUSE_H_
+#include <msp/gbase/window.h>
#include "device.h"
-#include "../gbase/window.h"
namespace Msp {
namespace Input {