summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorMichał Cichoń <michcic@gmail.com>2015-12-05 12:15:09 +0100
committerMichał Cichoń <michcic@gmail.com>2015-12-05 12:15:55 +0100
commit2470692fe08800fb94b7fed16d494cb65c5f3311 (patch)
treee6f68bb5f39094725a5f0d69a0117026152a60ad /src/main.h
parentd25764daa0c4c1e4a5887ca1599d4975a7a799c6 (diff)
downloadpianobar-windows-2470692fe08800fb94b7fed16d494cb65c5f3311.tar.gz
pianobar-windows-2470692fe08800fb94b7fed16d494cb65c5f3311.tar.bz2
pianobar-windows-2470692fe08800fb94b7fed16d494cb65c5f3311.zip
Move files around.
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"