mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-17 02:13:41 +02:00
- imdb/tmdb: more unifications; part 2
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user