util/*: update include guards

This commit is contained in:
Max Kellermann
2017-09-13 10:35:11 +02:00
parent 1d1259a86d
commit f46ac45d69
5 changed files with 10 additions and 10 deletions

View File

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