From f105756e273ccff786618c049ea97ac7c9c7b501 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Wed, 25 Jun 2014 22:27:46 +0200 Subject: [PATCH] Remove haiku_host/Errors.h The only purpose of this was to use the installed version of Errors.h, which isn't strictly needed and create some annoyance when new error codes are added. --- headers/build/host/haiku_host/Errors.h | 1 - 1 file changed, 1 deletion(-) delete mode 100644 headers/build/host/haiku_host/Errors.h diff --git a/headers/build/host/haiku_host/Errors.h b/headers/build/host/haiku_host/Errors.h deleted file mode 100644 index a84a3087e5..0000000000 --- a/headers/build/host/haiku_host/Errors.h +++ /dev/null @@ -1 +0,0 @@ -#include "../os/support/Errors.h"