diff options
Diffstat (limited to 'plugins/dfcdrom/cdr-null.c')
| -rw-r--r-- | plugins/dfcdrom/cdr-null.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/dfcdrom/cdr-null.c b/plugins/dfcdrom/cdr-null.c index 4712b2e3..7fcc0c0c 100644 --- a/plugins/dfcdrom/cdr-null.c +++ b/plugins/dfcdrom/cdr-null.c @@ -6,22 +6,7 @@ */ #include "config.h" - -#include <stdio.h> -#include <stdlib.h> #include <stdint.h> -#include <time.h> -#include <string.h> - -#ifdef ENABLE_NLS -#include <libintl.h> -#include <locale.h> -#define _(x) gettext(x) -#define N_(x) (x) -#else -#define _(x) (x) -#define N_(x) (x) -#endif char *LibName = N_("CDR NULL Plugin"); |
