pragma once

This commit is contained in:
hemirt 2018-10-13 11:08:57 +02:00
parent b3a41e5c1a
commit 7a246cd9d8

View file

@ -1,5 +1,4 @@
#ifndef CLOSEDSPLITS_HPP #pragma once
#define CLOSEDSPLITS_HPP
#include "common/Channel.hpp" #include "common/Channel.hpp"
#include "widgets/helper/NotebookTab.hpp" #include "widgets/helper/NotebookTab.hpp"
@ -31,5 +30,3 @@ private:
}; };
} // namespace chatterino } // namespace chatterino
#endif // CLOSEDSPLITS_HPP