- imdb/tmdb: more unifications; part 2

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-04-08 17:31:07 +02:00
committed by Thilo Graf
parent f6299d4f81
commit 6b02d097b2
4 changed files with 27 additions and 36 deletions

View File

@@ -24,26 +24,22 @@
#include <config.h>
#endif
#include <fstream>
#include <set>
#include <string>
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <errno.h>
#include <fstream>
#include <set>
#include <string>
#include <neutrino.h>
#include "system/settings.h"
#include "system/set_threadname.h"
#include <system/settings.h>
#include <system/set_threadname.h>
#include <driver/screen_max.h>
#include <global.h>
#include "mdb-tmdb.h"
CTMDB* CTMDB::getInstance()