Skip to content

Commit

Permalink
Renaming 'alconfig' to simply 'config'
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Jan 20, 2016
1 parent 0a35fae commit 65f54d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/ansilove.h
Expand Up @@ -16,7 +16,7 @@
#include <string.h>
#include <math.h>
#include <gd.h>
#include "alconfig.h"
#include "config.h"
#include "fonts.h"
#include "strtolower.h"
#include "substr.h"
Expand Down
6 changes: 3 additions & 3 deletions src/alconfig.h → src/config.h
@@ -1,5 +1,5 @@
//
// alconfig.h
// config.h
// AnsiLove/C
//
// Copyright (C) 2011-2016 Stefan Vogt, Brian Cassidy, Frederic Cambus.
Expand All @@ -9,8 +9,8 @@
// See the file LICENSE for details.
//

#ifndef alconfig_h
#define alconfig_h
#ifndef config_h
#define config_h

// configuration defines
#define VERSION "3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -25,7 +25,7 @@
#include "strtonum.h"
#endif

#include "alconfig.h"
#include "config.h"
#include "strtolower.h"
#include "substr.h"
#include "ansilove.h"
Expand Down

0 comments on commit 65f54d6

Please sign in to comment.