]> git.lyx.org Git - features.git/blobdiff - src/frontends/Alert_pimpl.h
Replace LString.h with support/std_string.h,
[features.git] / src / frontends / Alert_pimpl.h
index 7c500f2e1281f305829d96d9de4618a88790c4e9..8be61575f2892f431daff8f71973dcdda7b326f9 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file Alert_pimpl.h
  * This file is part of LyX, the document processor.
@@ -5,13 +6,14 @@
  *
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
-#include "debug.h"
-
 // GUI-specific implementations
 
+#include "support/std_string.h"
+
+
 int prompt_pimpl(string const & title, string const & question,
            int default_button, int escape_button,
           string const & b1, string const & b2, string const & b3);