From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkfHM-00060G-Q8 for qemu-devel@nongnu.org; Mon, 17 Dec 2012 13:19:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TkfHK-00053k-Vs for qemu-devel@nongnu.org; Mon, 17 Dec 2012 13:19:04 -0500 Received: from mail-wg0-f43.google.com ([74.125.82.43]:35289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkfHK-00053W-Pa for qemu-devel@nongnu.org; Mon, 17 Dec 2012 13:19:02 -0500 Received: by mail-wg0-f43.google.com with SMTP id e12so2758448wge.10 for ; Mon, 17 Dec 2012 10:19:02 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 17 Dec 2012 19:17:34 +0100 Message-Id: <1355768254-12933-33-git-send-email-pbonzini@redhat.com> In-Reply-To: <1355768254-12933-1-git-send-email-pbonzini@redhat.com> References: <1355768254-12933-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 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.8.0.2