citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 31264853649abd253473010a5eb497de395da6b1
parent 6dc75dc9af051ead83d89105e57dabf385bad054
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Wed,  6 Apr 2016 20:06:27 -0600

src: remove <algorithm>

Diffstat:
Msrc/demo-common.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/demo-common.h b/src/demo-common.h @@ -27,7 +27,6 @@ #include <math.h> #include <assert.h> -#include <algorithm> #include <vector> #include <GL/glew.h>