Skip to content

Commit

Permalink
libraries : replace lib-header
Browse files Browse the repository at this point in the history
  • Loading branch information
RuffaloLavoisier committed Jul 28, 2022
1 parent 3a62100 commit 1440f74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions include/apps/main/stopwatch.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#ifndef OSW_APP_STOPWATCH_H
#define OSW_APP_STOPWATCH_H

#pragma once
#include <osw_hal.h>
#include <osw_ui.h>

Expand Down Expand Up @@ -37,5 +35,3 @@ class OswAppStopWatch : public OswApp {
char lapPages = 0;
char lapPage = 0;
};

#endif
6 changes: 1 addition & 5 deletions include/apps/main/switcher.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#ifndef OSW_APP_APPSWITCHER_H
#define OSW_APP_APPSWITCHER_H

#pragma once
#include <osw_app.h>
#include <osw_hal.h>
#include <osw_ui.h>
Expand Down Expand Up @@ -46,5 +44,3 @@ class OswAppSwitcher : public OswApp {
short _timeForLongPress = APPSWITCHER_LONG_PRESS;
short _timeForSleepPress = APPSWITCHER_SLEEP_TIMEOUT;
};

#endif

0 comments on commit 1440f74

Please sign in to comment.