]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/threading/event.h
Fix BSD iconv declaration
[dragonfireclient.git] / src / threading / event.h
index af91d04c73da74ee844ebf0ac4c1ff059739289b..ac6bd5129c4f7e64c59fb94d4fbb60d6fbadc241 100644 (file)
@@ -23,8 +23,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.
 */
 
-#ifndef THREADING_EVENT_H
-#define THREADING_EVENT_H
+#pragma once
 
 #include <condition_variable>
 
@@ -45,5 +44,3 @@ class Event
        std::mutex mutex;
        bool notified = false;
 };
-
-#endif