util/Manual: drop prefix from include guard

This commit is contained in:
Max Kellermann
2017-07-05 12:25:32 +02:00
parent 88f5220acf
commit bce89feb13

View File

@@ -27,8 +27,8 @@
* OF THE POSSIBILITY OF SUCH DAMAGE. * OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#ifndef MPD_MANUAL_HXX #ifndef MANUAL_HXX
#define MPD_MANUAL_HXX #define MANUAL_HXX
#include <new> #include <new>
#include <utility> #include <utility>