From 9bc78703c97672e6fc8ab65e509f9b2ff4b4ff2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Tue, 11 Apr 2017 22:45:10 +0200 Subject: [PATCH] Move property.h one directory level upwards. --- right/src/buspal/bootloader/bl_context.h | 2 +- right/src/buspal/{property => }/property.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename right/src/buspal/{property => }/property.h (100%) diff --git a/right/src/buspal/bootloader/bl_context.h b/right/src/buspal/bootloader/bl_context.h index fa16136..e2ea803 100644 --- a/right/src/buspal/bootloader/bl_context.h +++ b/right/src/buspal/bootloader/bl_context.h @@ -6,7 +6,7 @@ #include "memory/memory.h" #include "packet/command_packet.h" //#include "bootloader/bl_command.h" -#include "property/property.h" +#include "property.h" #include "command.h" #if !defined(BOOTLOADER_HOST) diff --git a/right/src/buspal/property/property.h b/right/src/buspal/property.h similarity index 100% rename from right/src/buspal/property/property.h rename to right/src/buspal/property.h