diff options
Diffstat (limited to '')
-rw-r--r-- | src/pipe.c (renamed from src/outputBuffer.c) | 2 | ||||
-rw-r--r-- | src/pipe.h (renamed from src/outputBuffer.h) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/outputBuffer.c b/src/pipe.c index 932ffd032..9b8683834 100644 --- a/src/outputBuffer.c +++ b/src/pipe.c @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "outputBuffer.h" +#include "pipe.h" #include "notify.h" #include "utils.h" diff --git a/src/outputBuffer.h b/src/pipe.h index 4769abc19..477b1e358 100644 --- a/src/outputBuffer.h +++ b/src/pipe.h @@ -16,8 +16,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef MPD_OUTPUT_BUFFER_H -#define MPD_OUTPUT_BUFFER_H +#ifndef MPD_PIPE_H +#define MPD_PIPE_H #include "audio_format.h" |