diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-04-18 11:31:53 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-04-18 11:31:53 +0300 |
commit | 555f933780653012e7c2c664f91f88914a42e05e (patch) | |
tree | 861011464aa08fead52ab03cf92b8e4dbd8a8f39 /src/core/timebars.cpp | |
parent | 8633556579a5f11f360c3f62b1f50ddd89d7a7fb (diff) |
Remove padding fields
Diffstat (limited to 'src/core/timebars.cpp')
-rw-r--r-- | src/core/timebars.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/timebars.cpp b/src/core/timebars.cpp index 93d85f8d..5c2dbe3a 100644 --- a/src/core/timebars.cpp +++ b/src/core/timebars.cpp @@ -1,5 +1,5 @@ -#ifndef MASTER #include "common.h" +#ifndef MASTER #include "Font.h" #include "Frontend.h" #include "Timer.h" |