summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoratlaua <luchsmail-gh@yahoo.com>2012-05-06 10:47:34 (GMT)
committer atlaua <luchsmail-gh@yahoo.com>2012-05-06 10:47:34 (GMT)
commit1f01122517476ad24978498b1ad25c510ac78081 (patch)
treed020409ad559aafd961035312734e0e98e3e4aaa /src
parenta1aeabeee4c489384a4b12310d606acf1e26bd37 (diff)
downloadpowder-1f01122517476ad24978498b1ad25c510ac78081.zip
powder-1f01122517476ad24978498b1ad25c510ac78081.tar.gz
Remove <version.h> include
The last commit removed the empty includes/version.h. But as src/main.c still refers to it, that causes the build to fail. Fixes commit a1aeabe
Diffstat (limited to 'src')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index b122593..1f014bf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -48,7 +48,6 @@
#include "gravity.h"
#include <graphics.h>
#include <powdergraphics.h>
-#include <version.h>
#include <http.h>
#include <md5.h>
#include <update.h>