Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SmirnovLM committed Apr 7, 2024
1 parent d5432b5 commit fe3e170
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions include/TimedDoor.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright 2024 Smirnov Leonid

#ifndef INCLUDE_TIMEDDOOR_H_
#define INCLUDE_TIMEDDOOR_H_
#pragma once

class DoorTimerAdapter;
class Timer;
Expand Down Expand Up @@ -48,5 +47,3 @@ class Timer {
public:
void tregister(int, TimerClient*);
};

#endif // INCLUDE_TIMEDDOOR_H_

0 comments on commit fe3e170

Please sign in to comment.