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
This commit is contained in:
atlaua
2012-05-06 12:47:34 +02:00
parent a1aeabeee4
commit 1f01122517

View File

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