diff options
| author | atlaua <luchsmail-gh@yahoo.com> | 2012-05-06 10:47:34 (GMT) |
|---|---|---|
| committer | atlaua <luchsmail-gh@yahoo.com> | 2012-05-06 10:47:34 (GMT) |
| commit | 1f01122517476ad24978498b1ad25c510ac78081 (patch) | |
| tree | d020409ad559aafd961035312734e0e98e3e4aaa /src | |
| parent | a1aeabeee4c489384a4b12310d606acf1e26bd37 (diff) | |
| download | powder-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |
