ref: 53025a2b32f35878c1c6c00bef4a51f239631955
parent: f4dd9a755a6418d9483d92e992163313d97fc96a
author: Martin Storsjö <martin@martin.st>
date: Wed Feb 13 11:04:54 EST 2019
Make include guards consistent; don't define any value for the include guard symbol
--- a/include/common/bitdepth.h
+++ b/include/common/bitdepth.h
@@ -26,7 +26,7 @@
*/
#ifndef __DAV1D_COMMON_BITDEPTH_H__
-#define __DAV1D_COMMON_BITDEPTH_H__ 1
+#define __DAV1D_COMMON_BITDEPTH_H__
#include <stdint.h>
#include <string.h>