diff options
author | David Robillard <d@drobilla.net> | 2021-01-02 21:26:35 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-02 21:26:35 +0100 |
commit | f6ca60606561ddbe5dab526ab1bc6b89f6dbe082 (patch) | |
tree | 41b089efcad6d691f348cc05af193e583afe2380 /examples/demo_utils.h | |
parent | 1c365945ed2ebd5b9f54eb0c8c5c1c6d97cad712 (diff) | |
download | pugl-f6ca60606561ddbe5dab526ab1bc6b89f6dbe082.tar.gz pugl-f6ca60606561ddbe5dab526ab1bc6b89f6dbe082.tar.bz2 pugl-f6ca60606561ddbe5dab526ab1bc6b89f6dbe082.zip |
Clean up includes
Diffstat (limited to 'examples/demo_utils.h')
-rw-r--r-- | examples/demo_utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/demo_utils.h b/examples/demo_utils.h index e76d304..2dda756 100644 --- a/examples/demo_utils.h +++ b/examples/demo_utils.h @@ -20,9 +20,7 @@ #include "pugl/pugl.h" #include <math.h> -#include <stdint.h> #include <stdio.h> -#include <string.h> typedef struct { double lastReportTime; |