diff options
author | Max Kellermann <max@duempel.org> | 2012-06-13 21:38:28 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-06-13 21:38:28 +0200 |
commit | ddf7f5c131b04f2caee28c9456b98eeebe0c94ab (patch) | |
tree | 2760cc99725f557dc86f4b0a63de277b19b94d16 /src/update_queue.c | |
parent | 660e40d07e368ef4737a30fd146c64c8fb44d770 (diff) | |
download | mpd-ddf7f5c131b04f2caee28c9456b98eeebe0c94ab.tar.gz mpd-ddf7f5c131b04f2caee28c9456b98eeebe0c94ab.tar.xz mpd-ddf7f5c131b04f2caee28c9456b98eeebe0c94ab.zip |
update_internal.h: split header
Diffstat (limited to '')
-rw-r--r-- | src/update_queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update_queue.c b/src/update_queue.c index 4de250cc2..2150fa4e4 100644 --- a/src/update_queue.c +++ b/src/update_queue.c @@ -18,7 +18,7 @@ */ #include "config.h" -#include "update_internal.h" +#include "update_queue.h" #include <glib.h> |