diff options
| author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-04-08 14:52:19 -0700 |
|---|---|---|
| committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-04-08 14:52:19 -0700 |
| commit | b97db79ff44b1436dd84f0b19c05db68c2b82cce (patch) | |
| tree | 8b1de73b368cb0a91c7c8c1297e4ca4ebab30487 | |
| parent | 919fd254d87512e96ee15757dab645852c3ef166 (diff) | |
Remove un-used includes
| -rw-r--r-- | example.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,5 +1,4 @@ #include "test-lib.h" -#include <stdio.h> int badTest() { int* ptr = (int*)0; |
