From 3a603b586e2c4646015faa7177bfe9dc0080ffa3 Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 6 Nov 2017 21:58:24 +1000 Subject: [PATCH] Remove unnecessary #include from the enumeration example. --- examples/simple_enumeration.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/simple_enumeration.c b/examples/simple_enumeration.c index 51f61390..917d83ba 100644 --- a/examples/simple_enumeration.c +++ b/examples/simple_enumeration.c @@ -1,9 +1,6 @@ #define MAL_IMPLEMENTATION #include "../mini_al.h" -#define DR_WAV_IMPLEMENTATION -#include "dr_wav.h" - #include int main(int argc, char** argv)