]> git.lyx.org Git - features.git/blobdiff - src/frontends/gtk/GToolbar.h
Replace LString.h with support/std_string.h,
[features.git] / src / frontends / gtk / GToolbar.h
index 6779fd3cb0c33db47236e0452f24253d710e1434..0cd8fdf8673a41f6ef591594321ca23eb2b85445 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author Huang Ying
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef TOOLBAR_PIMPL_H
@@ -15,7 +15,7 @@
 #include <gtkmm.h>
 #include "frontends/Toolbar.h"
 #include "ToolbarBackend.h"
-#include "LString.h"
+#include "support/std_string.h"
 
 class GToolbar : public Toolbar, public SigC::Object
 {