util/ASCII: strip include guard

This commit is contained in:
Max Kellermann
2015-03-04 20:05:39 +01:00
parent cee3070ca4
commit 39825c6622

View File

@@ -27,8 +27,8 @@
* OF THE POSSIBILITY OF SUCH DAMAGE. * OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#ifndef MPD_ASCII_HXX #ifndef ASCII_HXX
#define MPD_ASCII_HXX #define ASCII_HXX
#include "Compiler.h" #include "Compiler.h"