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
|
#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
|
|
||||||
|
|
Loading…
Reference in a new issue