Index: /trunk/FACT++/src/tools.h
===================================================================
--- /trunk/FACT++/src/tools.h	(revision 12245)
+++ /trunk/FACT++/src/tools.h	(revision 12246)
@@ -1,5 +1,2 @@
-#ifndef FACT_Tools
-#define FACT_Tools
-
 #include <string>
 
@@ -9,6 +6,3 @@
     std::string Form(const char *fmt, ...);
     std::string Trim(const std::string &str);
-    std::string Wrap(std::string &str, size_t width=78);
 }
-
-#endif
