diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2009-02-15 22:56:41 +0100 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2009-02-15 22:56:41 +0100 |
commit | 26365d9832a749fa09018e6101cb5a03ccbc75e0 (patch) | |
tree | cf42b9c3ea2171a0cbc85a87381ea03995a9e497 /src/helpers.cpp | |
parent | b43d4dddebb79512006c4bb6363aedcf22888915 (diff) |
rename status_checker -> status / + some cleaning
Diffstat (limited to 'src/helpers.cpp')
-rw-r--r-- | src/helpers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers.cpp b/src/helpers.cpp index 3ce227db..810ca30d 100644 --- a/src/helpers.cpp +++ b/src/helpers.cpp @@ -25,7 +25,7 @@ #include "global.h" #include "helpers.h" #include "playlist.h" -#include "status_checker.h" +#include "status.h" #include "tag_editor.h" using namespace MPD; |