From: Paolo Bonzini Date: Wed, 24 Oct 2012 11:09:17 +0000 (+0200) Subject: janitor: move remaining public headers to include/ X-Git-Tag: v1.4.0-rc0~251^2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec5e016c9a68588bd01be387416923c7dcafb951;p=thirdparty%2Fqemu.git janitor: move remaining public headers to include/ Headers in the root directory are now used only from within that directory. Signed-off-by: Paolo Bonzini --- diff --git a/config.h b/include/config.h similarity index 100% rename from config.h rename to include/config.h diff --git a/elf.h b/include/elf.h similarity index 100% rename from elf.h rename to include/elf.h diff --git a/libfdt_env.h b/include/libfdt_env.h similarity index 100% rename from libfdt_env.h rename to include/libfdt_env.h diff --git a/qemu-common.h b/include/qemu-common.h similarity index 100% rename from qemu-common.h rename to include/qemu-common.h