diff options
Diffstat (limited to '')
-rw-r--r-- | src/LogV.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LogV.hxx b/src/LogV.hxx index 4bd4f801d..6b16f82b4 100644 --- a/src/LogV.hxx +++ b/src/LogV.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 The Music Player Daemon Project + * Copyright (C) 2003-2014 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -20,7 +20,7 @@ #ifndef MPD_LOGV_HXX #define MPD_LOGV_HXX -#include "Log.hxx" +#include "Log.hxx" // IWYU pragma: export #include <stdarg.h> |