summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorMichał Cichoń <michcic@gmail.com>2015-12-05 16:07:26 +0100
committerMichał Cichoń <michcic@gmail.com>2015-12-05 16:07:26 +0100
commit13e06e633d966a7600794deb43d725cbd89e108c (patch)
tree5285721085c225f1a547830471e3a628d0657565 /src/main.h
parentd25764daa0c4c1e4a5887ca1599d4975a7a799c6 (diff)
parent864afb87798a0669f9a58aaebba5d874546acffe (diff)
downloadpianobar-windows-13e06e633d966a7600794deb43d725cbd89e108c.tar.gz
pianobar-windows-13e06e633d966a7600794deb43d725cbd89e108c.tar.bz2
pianobar-windows-13e06e633d966a7600794deb43d725cbd89e108c.zip
Merge branch 'release/2015.12.05'2015.12.05
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h
index f16a168..6c34d71 100644
--- a/src/main.h
+++ b/src/main.h
@@ -28,8 +28,8 @@ THE SOFTWARE.
#include <piano.h>
-#include "player2.h"
-#include "http.h"
+#include "player/player2.h"
+#include "http/http.h"
#include "settings.h"
#include "ui_readline.h"