Revert "replace <text.h> to "text.h""

This reverts commit 842b7e64d1.
This commit is contained in:
Marios Kyriakou
2018-08-23 16:47:31 +03:00
parent 842b7e64d1
commit 4025d197b2

View File

@@ -1,6 +1,6 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include "text.h" #include <text.h>
#include "epanet2.h" #include "epanet2.h"
#define MAXMSG 255 /* Max. # characters in message text */ #define MAXMSG 255 /* Max. # characters in message text */