Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless include that makes projects outside of Simgrid uncompilable.
[simgrid.git] / include / xbt / string.hpp
index 164d1a0..738cf32 100644 (file)
@@ -4,10 +4,10 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#ifndef SIMGRIC_XBT_STRING_HPP
-#define SIMGRIC_XBT_STRING_HPP
+#ifndef SIMGRID_XBT_STRING_HPP
+#define SIMGRID_XBT_STRING_HPP
 
-#ifdef HAVE_MC
+#if HAVE_MC
 
 #include <stdexcept>
 #include <cstddef>
@@ -296,4 +296,4 @@ typedef std::string string;
 
 #endif
 
-#endif
\ No newline at end of file
+#endif