From 4025d197b2d550e2cffc3875f616ab38f9a29807 Mon Sep 17 00:00:00 2001 From: Marios Kyriakou Date: Thu, 23 Aug 2018 16:47:31 +0300 Subject: [PATCH] Revert "replace to "text.h"" This reverts commit 842b7e64d1e9bd24637d0b9a351d5cbc1386cbe1. --- run/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/main.c b/run/main.c index 2351dc9..f227616 100644 --- a/run/main.c +++ b/run/main.c @@ -1,6 +1,6 @@ #include #include -#include "text.h" +#include #include "epanet2.h" #define MAXMSG 255 /* Max. # characters in message text */