mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
pragma once
This commit is contained in:
parent
b3a41e5c1a
commit
7a246cd9d8
1 changed files with 1 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
|||
#ifndef CLOSEDSPLITS_HPP
|
||||
#define CLOSEDSPLITS_HPP
|
||||
#pragma once
|
||||
|
||||
#include "common/Channel.hpp"
|
||||
#include "widgets/helper/NotebookTab.hpp"
|
||||
|
@ -31,5 +30,3 @@ private:
|
|||
};
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
#endif // CLOSEDSPLITS_HPP
|
||||
|
|
Loading…
Reference in a new issue