From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgbCt-0005eH-FZ for qemu-devel@nongnu.org; Thu, 06 Dec 2012 08:09:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgbCj-0005Nv-Tk for qemu-devel@nongnu.org; Thu, 06 Dec 2012 08:09:39 -0500 Received: from mail-ie0-f174.google.com ([209.85.223.174]:50804) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgbCj-0005Ky-A1 for qemu-devel@nongnu.org; Thu, 06 Dec 2012 08:09:29 -0500 Received: by mail-ie0-f174.google.com with SMTP id c11so11310357ieb.33 for ; Thu, 06 Dec 2012 05:09:29 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 6 Dec 2012 14:07:10 +0100 Message-Id: <1354799230-30904-33-git-send-email-pbonzini@redhat.com> In-Reply-To: <1354799230-30904-1-git-send-email-pbonzini@redhat.com> References: <1354799230-30904-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 32/32] janitor: move remaining public headers to include/ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, afaerber@suse.de Headers in the root directory are now used only from within that directory. Signed-off-by: Paolo Bonzini --- config.h => include/config.h | 0 elf.h => include/elf.h | 0 libfdt_env.h => include/libfdt_env.h | 0 qemu-common.h => include/qemu-common.h | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename config.h => include/config.h (100%) rename elf.h => include/elf.h (100%) rename libfdt_env.h => include/libfdt_env.h (100%) rename qemu-common.h => include/qemu-common.h (100%) 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 -- 1.7.1