diff options
Diffstat (limited to '')
-rw-r--r-- | src/MixerControl.cxx (renamed from src/mixer_control.c) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mixer_control.c b/src/MixerControl.cxx index 3e984dd04..4ca1c76ec 100644 --- a/src/mixer_control.c +++ b/src/MixerControl.cxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 The Music Player Daemon Project + * Copyright (C) 2003-2013 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -18,8 +18,8 @@ */ #include "config.h" -#include "mixer_control.h" -#include "mixer_api.h" +#include "MixerControl.hxx" +#include "MixerInternal.hxx" #include <assert.h> #include <stddef.h> |