lib/colors: change an include to a local one

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
This commit is contained in:
Benno Schulenberg 2014-04-28 18:10:38 +02:00 committed by Karel Zak
parent 459e95f391
commit 51dfd171cd
1 changed files with 1 additions and 1 deletions

View File

@ -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"