citrun

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

commit be01c3d531a0e0e0edfccff8688f9877fdcc5d6f
parent 66e686bc2c8cc8116cd6d88e80a504ad7fc4b1c3
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri, 16 Dec 2016 22:22:31 -0700

src: remove unused time.h

Diffstat:
Msrc/gl_view.cc | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/gl_view.cc b/src/gl_view.cc @@ -15,8 +15,6 @@ * * Google Author(s): Behdad Esfahbod, Maysum Panju, Wojciech Baranowski */ -#include <sys/time.h> - #include <assert.h> #include <GL/glew.h>