diff --git a/src/countdown.c b/src/countdown.c index 7d30b91..9ee3eee 100644 --- a/src/countdown.c +++ b/src/countdown.c @@ -18,7 +18,8 @@ #include #include #include -#include "util/util.h" + +#include "util.h" const char* argv0; diff --git a/src/line.c b/src/line.c index 6006af5..61c3538 100644 --- a/src/line.c +++ b/src/line.c @@ -18,7 +18,8 @@ #include #include #include -#include "util/util.h" + +#include "util.h" const char* argv0; diff --git a/src/stopwatch.c b/src/stopwatch.c index 50528a1..b8f80e0 100644 --- a/src/stopwatch.c +++ b/src/stopwatch.c @@ -18,7 +18,8 @@ #include #include #include -#include "util/util.h" + +#include "util.h" const char* argv0; diff --git a/src/util/util.h b/src/util.h similarity index 100% rename from src/util/util.h rename to src/util.h