diff options
author | Kurt Miller <kurt@cvs.openbsd.org> | 2005-09-18 11:59:27 +0000 |
---|---|---|
committer | Kurt Miller <kurt@cvs.openbsd.org> | 2005-09-18 11:59:27 +0000 |
commit | 44d4b86ac7e32f5269f43c6adc142deb062510b0 (patch) | |
tree | e2dfbd1bbfc37069943280a4c704bfff20e931d4 | |
parent | 1d09742223f963b6bc983a60e6a1ee5e36ae735e (diff) |
remove extra includes
-rw-r--r-- | regress/libexec/ld.so/dlsym/test2/libcc/cc.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/regress/libexec/ld.so/dlsym/test2/libcc/cc.c b/regress/libexec/ld.so/dlsym/test2/libcc/cc.c index 2690904eecb..537eafa4530 100644 --- a/regress/libexec/ld.so/dlsym/test2/libcc/cc.c +++ b/regress/libexec/ld.so/dlsym/test2/libcc/cc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cc.c,v 1.1 2005/09/15 22:16:27 kurt Exp $ */ +/* $OpenBSD: cc.c,v 1.2 2005/09/18 11:59:26 kurt Exp $ */ /* * Copyright (c) 2005 Kurt Miller <kurt@openbsd.org> @@ -16,7 +16,4 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <dlfcn.h> -#include <stdio.h> - int ccSymbol; |