aboutsummaryrefslogtreecommitdiffstats
path: root/src/hscroll.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hscroll.h')
-rw-r--r--src/hscroll.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/hscroll.h b/src/hscroll.h
index 47ace33dd..6b623fb1b 100644
--- a/src/hscroll.h
+++ b/src/hscroll.h
@@ -20,12 +20,8 @@
#ifndef HSCROLL_H
#define HSCROLL_H
-#include "config.h"
-
#include <glib.h>
-#ifndef NCMPC_MINI
-
typedef struct {
gsize offset;
GTime t; /* GTime is equivalent to time_t */
@@ -34,5 +30,3 @@ typedef struct {
char *strscroll(char *str, char *separator, int width, scroll_state_t *st);
#endif
-
-#endif