From c18839e3f8e1e8a6155158ebf713a82966623ed7 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 9 Oct 2020 09:03:57 -0400 Subject: Fix red, hopefully. Change-Id: I4ee6b9793260ac7dec9d72f27bfe242cd4adbf38 --- apps/plugins/lib/overlay.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/plugins/lib') diff --git a/apps/plugins/lib/overlay.h b/apps/plugins/lib/overlay.h index 357dc93e39..4602966632 100644 --- a/apps/plugins/lib/overlay.h +++ b/apps/plugins/lib/overlay.h @@ -24,13 +24,11 @@ #ifndef __OVERLAY_H__ #define __OVERLAY_H__ -#ifndef SIMULATOR #include "plugin.h" /* load and run a plugin linked as an overlay. */ enum plugin_status run_overlay(const void* parameter, unsigned char *filename, unsigned char *name); -#endif /* !SIMULATOR */ #endif /* __OVERLAY_H__ */ -- cgit v1.2.3