summaryrefslogtreecommitdiffstats
path: root/include/widgets/scrollbar.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-09 10:13:15 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-09 10:13:15 +0200
commitf3298801f3a2fc11ab4a9d081f999b05fa5ab7fd (patch)
tree8893fc0e06f674ae30ca46f911ba2fb14e7dd540 /include/widgets/scrollbar.h
parentf10bc5004f34fd9d92066179a47a0f67233e8fc3 (diff)
Split internal widget into separate file
Diffstat (limited to 'include/widgets/scrollbar.h')
-rw-r--r--include/widgets/scrollbar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/widgets/scrollbar.h b/include/widgets/scrollbar.h
index 148be6a9..0b7c5fbd 100644
--- a/include/widgets/scrollbar.h
+++ b/include/widgets/scrollbar.h
@@ -1,7 +1,8 @@
#ifndef ROFI_SCROLLBAR_H
#define ROFI_SCROLLBAR_H
#include <cairo.h>
-#include "widget.h"
+#include "widgets/widget.h"
+#include "widgets/widget-internal.h"
/**
* @defgroup Scrollbar Scrollbar