From bd68e28b608fb74bb4823726b9f0bf6489ad94b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 10 Aug 2014 00:01:38 +0200 Subject: [PATCH] Remove the `src' directory There are not that many files, and aren't going to be. --- src/common.c => common.c | 0 src/kike.c => kike.c | 0 src/siphash.c => siphash.c | 0 src/siphash.h => siphash.h | 0 src/zyklonb.c => zyklonb.c | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename src/common.c => common.c (100%) rename src/kike.c => kike.c (100%) rename src/siphash.c => siphash.c (100%) rename src/siphash.h => siphash.h (100%) rename src/zyklonb.c => zyklonb.c (100%) diff --git a/src/common.c b/common.c similarity index 100% rename from src/common.c rename to common.c diff --git a/src/kike.c b/kike.c similarity index 100% rename from src/kike.c rename to kike.c diff --git a/src/siphash.c b/siphash.c similarity index 100% rename from src/siphash.c rename to siphash.c diff --git a/src/siphash.h b/siphash.h similarity index 100% rename from src/siphash.h rename to siphash.h diff --git a/src/zyklonb.c b/zyklonb.c similarity index 100% rename from src/zyklonb.c rename to zyklonb.c