]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/transmissionlist.cxx
Moved random ground cover object management code (userdata.[ch]xx) over
[flightgear.git] / src / ATC / transmissionlist.cxx
index 9dfc62fbe12a09f5b6a7223a3dc444079ec1ba14..28fd431174a6abcd16ae9e0d66d3482f7d7a1b26 100644 (file)
 #  include <config.h>
 #endif
 
-#ifdef HAVE_STRINGS_H\r
-#  include <strings.h>   // bcopy()\r
-#else\r
-#  include <string.h>    // MSVC doesn't have strings.h\r
-#endif\r
+#ifdef HAVE_STRINGS_H
+#  include <strings.h>   // bcopy()
+#else
+#  include <string.h>    // MSVC doesn't have strings.h
+#endif
 
 
 #include <simgear/debug/logstream.hxx>