blob: d0c15b17f0ccc93a83a26722d7bdbf3937cd8ce9 (
plain)
1
2
3
4
5
6
7
8
|
//add here most rarely modified headers to speed up debug build compilation
#include "Common.h"
#include "Log.h"
#include "DatabaseWorker.h"
#include "SQLOperation.h"
#include "Errors.h"
#include "TypeList.h"
|