more cleanup and grouping functions logically together

This commit is contained in:
Andrzej Rybczak
2012-08-29 14:34:39 +02:00
parent b1c301dc1c
commit b06e620913
28 changed files with 486 additions and 512 deletions

View File

@@ -3,11 +3,11 @@ ncmpcpp_SOURCES = \
utility/comparators.cpp \
utility/html.cpp \
utility/string.cpp \
utility/type_conversions.cpp \
actions.cpp \
browser.cpp \
charset.cpp \
clock.cpp \
conv.cpp \
curl_handle.cpp \
display.cpp \
error.cpp \
@@ -49,10 +49,11 @@ noinst_HEADERS = \
utility/comparators.h \
utility/html.h \
utility/string.h \
utility/numeric_conversions.h \
utility/type_conversions.h \
browser.h \
charset.h \
clock.h \
conv.h \
curl_handle.h \
display.h \
error.h \
@@ -68,7 +69,6 @@ noinst_HEADERS = \
menu.h \
mpdpp.h \
mutable_song.h \
numeric_conversions.h \
outputs.h \
playlist_editor.h \
screen.h \