From 4df47a6ee8a05f1109b60f6bd45f65c957ac3deb Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 17 Apr 2018 21:04:04 -0400 Subject: [PATCH] Decided what to do about uipriv.h including ui.h (uipriv_OS.h* wrecks that plan, so make a note of us not doing it). Now to just decide what to do about attrstr.h and then we can merge back. --- common/uipriv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/uipriv.h b/common/uipriv.h index f9ad4c41..6441ada5 100644 --- a/common/uipriv.h +++ b/common/uipriv.h @@ -1,4 +1,5 @@ // 6 april 2015 +// note: this file should not include ui.h, as the OS-specific ui_*.h files are included between that one and this one in the OS-specific uipriv_*.h* files #include #include #include "controlsigs.h"