diff --git a/auth.c b/src/auth.c similarity index 100% rename from auth.c rename to src/auth.c diff --git a/auth.h b/src/auth.h similarity index 100% rename from auth.h rename to src/auth.h diff --git a/common.h b/src/common.h similarity index 100% rename from common.h rename to src/common.h diff --git a/cookies.c b/src/cookies.c similarity index 100% rename from cookies.c rename to src/cookies.c diff --git a/cookies.h b/src/cookies.h similarity index 100% rename from cookies.h rename to src/cookies.h diff --git a/http-parser/http_parser.c b/src/http-parser/http_parser.c similarity index 100% rename from http-parser/http_parser.c rename to src/http-parser/http_parser.c diff --git a/http-parser/http_parser.h b/src/http-parser/http_parser.h similarity index 100% rename from http-parser/http_parser.h rename to src/http-parser/http_parser.h diff --git a/list.h b/src/list.h similarity index 100% rename from list.h rename to src/list.h diff --git a/main.c b/src/main.c similarity index 100% rename from main.c rename to src/main.c diff --git a/tlslib.c b/src/tlslib.c similarity index 100% rename from tlslib.c rename to src/tlslib.c diff --git a/tlslib.h b/src/tlslib.h similarity index 100% rename from tlslib.h rename to src/tlslib.h diff --git a/vpn.c b/src/vpn.c similarity index 100% rename from vpn.c rename to src/vpn.c diff --git a/vpn.h b/src/vpn.h similarity index 100% rename from vpn.h rename to src/vpn.h