Convert to pragma once
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef SCHED_HPP
|
||||
#define SCHED_HPP
|
||||
#pragma once
|
||||
|
||||
#include "wrap-set.hpp"
|
||||
|
||||
@@ -44,5 +43,4 @@ public:
|
||||
void deserialize(StreamBuffer *sb);
|
||||
};
|
||||
|
||||
#endif // SCHED_HPP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user