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

This commit is contained in:
Marios Kyriakou
2018-08-23 16:26:13 +03:00
parent 8808a01641
commit 842b7e64d1

View File

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