summaryrefslogtreecommitdiffstats
path: root/lib/colors.c
diff options
context:
space:
mode:
authorBenno Schulenberg2014-04-28 18:10:38 +0200
committerKarel Zak2014-05-06 11:09:25 +0200
commit51dfd171cd6a4e65148a74b119e09859be1df407 (patch)
tree93a719db9f774e54f085ed97eca78211c19cdd32 /lib/colors.c
parentinclude/carefulputc: remove a duplicate include (diff)
downloadkernel-qcow2-util-linux-51dfd171cd6a4e65148a74b119e09859be1df407.tar.gz
kernel-qcow2-util-linux-51dfd171cd6a4e65148a74b119e09859be1df407.tar.xz
kernel-qcow2-util-linux-51dfd171cd6a4e65148a74b119e09859be1df407.zip
lib/colors: change an include to a local one
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'lib/colors.c')
-rw-r--r--lib/colors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/colors.c b/lib/colors.c
index 8b6f089e1..195027376 100644
--- a/lib/colors.c
+++ b/lib/colors.c
@@ -4,10 +4,10 @@
* This file may be distributed under the terms of the
* GNU Lesser General Public License.
*/
-#include <c.h>
#include <assert.h>
#include <sys/stat.h>
+#include "c.h"
#include "colors.h"
#include "xalloc.h"
#include "pathnames.h"