From f1d9ab47020293d373cc20695234e3677ceacb7f Mon Sep 17 00:00:00 2001 From: CNLohr Date: Tue, 14 Mar 2017 16:45:05 -0400 Subject: Move glutil out of the root. --- glutil.c | 9 --------- glutil.h | 14 -------------- redist/glutil.c | 9 +++++++++ redist/glutil.h | 14 ++++++++++++++ 4 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 glutil.c delete mode 100644 glutil.h create mode 100644 redist/glutil.c create mode 100644 redist/glutil.h diff --git a/glutil.c b/glutil.c deleted file mode 100644 index 6b0d0f3..0000000 --- a/glutil.c +++ /dev/null @@ -1,9 +0,0 @@ -// -// glutil.c -// -// -// Created by user on 2/4/17. -// -// - -#include "glutil.h" diff --git a/glutil.h b/glutil.h deleted file mode 100644 index bb40174..0000000 --- a/glutil.h +++ /dev/null @@ -1,14 +0,0 @@ -// -// glutil.h -// -// -// Created by user on 2/4/17. -// -// - -#ifndef glutil_h -#define glutil_h - -#include - -#endif /* glutil_h */ diff --git a/redist/glutil.c b/redist/glutil.c new file mode 100644 index 0000000..6b0d0f3 --- /dev/null +++ b/redist/glutil.c @@ -0,0 +1,9 @@ +// +// glutil.c +// +// +// Created by user on 2/4/17. +// +// + +#include "glutil.h" diff --git a/redist/glutil.h b/redist/glutil.h new file mode 100644 index 0000000..bb40174 --- /dev/null +++ b/redist/glutil.h @@ -0,0 +1,14 @@ +// +// glutil.h +// +// +// Created by user on 2/4/17. +// +// + +#ifndef glutil_h +#define glutil_h + +#include + +#endif /* glutil_h */ -- cgit v1.2.3