From 086495706163a8db90d8511741212727c6c3030f Mon Sep 17 00:00:00 2001 From: "Sunrim KIM (keen)" <3han5chou7@gmail.com> Date: Tue, 30 Sep 2014 21:23:22 +0900 Subject: [PATCH] cosmetic change --- contrib/20.repl/CMakeLists.txt | 2 +- contrib/20.repl/repl.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/contrib/20.repl/CMakeLists.txt b/contrib/20.repl/CMakeLists.txt index 91bec1b8..7fc3bf06 100644 --- a/contrib/20.repl/CMakeLists.txt +++ b/contrib/20.repl/CMakeLists.txt @@ -1,3 +1,3 @@ list(APPEND PICLIB_CONTRIB_LIBS ${PROJECT_SOURCE_DIR}/contrib/20.repl/repl.scm) list(APPEND PICRIN_CONTRIB_SOURCES ${PROJECT_SOURCE_DIR}/contrib/20.repl/repl.c) -list(APPEND PICRIN_CONTRIB_INITS repl) \ No newline at end of file +list(APPEND PICRIN_CONTRIB_INITS repl) diff --git a/contrib/20.repl/repl.c b/contrib/20.repl/repl.c index bdc54e65..1398a202 100644 --- a/contrib/20.repl/repl.c +++ b/contrib/20.repl/repl.c @@ -1,8 +1,4 @@ #include "picrin.h" -#include "picrin/data.h" -#include "picrin/pair.h" -#include "picrin/string.h" -#include "picrin/cont.h" #include