diff --git a/comfortable-swipe.compile.sh b/comfortable-swipe.compile.sh
deleted file mode 100755
index 2425f6d..0000000
--- a/comfortable-swipe.compile.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-dir="$(dirname $0)"
-g++ "$dir/comfortable-swipe.cpp" \
- -o "$1" \
- -std=c++11 \
- -O2 -lxdo -Wno-unused-result \
- -DCOMFORTABLE_SWIPE_VERSION="\"$(cat $dir/VERSION | tr -d '[:space:]')\""
diff --git a/lib/index.hpp b/comfortable_swipe/all_headers.hpp
similarity index 77%
rename from lib/index.hpp
rename to comfortable_swipe/all_headers.hpp
index 3ce48a6..e761da0 100644
--- a/lib/index.hpp
+++ b/comfortable_swipe/all_headers.hpp
@@ -1,5 +1,12 @@
-#ifndef __COMFORTABLE_SWIPE__index_hpp__
-#define __COMFORTABLE_SWIPE__index_hpp__
+/**
+ * Add header files will be imported here.
+ * You can import this as a shorthand:
+ *
+ * #include "../all_headers.hpp"
+ */
+
+#ifndef __COMFORTABLE_SWIPE__all_headers_hpp__
+#define __COMFORTABLE_SWIPE__all_headers_hpp__
/*
Comfortable Swipe
@@ -36,21 +43,20 @@ along with this program. If not, see .
#include