Merge pull request #3257

379778b core: remove includes in .cpp, if header is already in .h (Philip Kaufmann)
This commit is contained in:
Wladimir J. van der Laan
2013-11-20 16:14:44 +01:00
11 changed files with 0 additions and 20 deletions

View File

@@ -15,9 +15,6 @@
#include "db.h"
#include "ui_interface.h"
#include <inttypes.h>
#include <stdint.h>
#ifdef WIN32
#include <string.h>
#else