summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-11-03 21:49:14 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-11-03 21:49:14 (GMT)
commit72da49fdf05285169a9465b34f7869dafc4715ec (patch)
tree8a7303076d85c977737d2e30ac8eaf1da0a909a3 /src
parent565c3f494b51715cf67575fc5951c6103049f29d (diff)
Retrieved the revision number using M4 instead of shell.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@603 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src')
-rw-r--r--src/dialogs/about.c2
-rw-r--r--src/main.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/dialogs/about.c b/src/dialogs/about.c
index e3424ac..70062cc 100644
--- a/src/dialogs/about.c
+++ b/src/dialogs/about.c
@@ -29,12 +29,12 @@
#include <gdk/gdkkeysyms.h>
+#include <config.h>
#include <i18n.h>
#include "../gtkext/easygtk.h"
#include "../gtkext/support.h"
-#include "../../revision.h"
diff --git a/src/main.c b/src/main.c
index 85e0908..2ab0c5c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -38,7 +38,6 @@
#include "glibext/gbinportion.h"
#include "gtkext/theme.h"
#include "plugins/pglist.h"
-#include "../revision.h"
// TODO : remme!