mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
Browser: Add missing #pragma once
in Tab.h
This commit is contained in:
parent
385dacce05
commit
a220236cde
Notes:
sideshowbarker
2024-07-19 07:12:02 +09:00
Author: https://github.com/emanuele6 Commit: https://github.com/SerenityOS/serenity/commit/a220236cdea Pull-request: https://github.com/SerenityOS/serenity/pull/2018
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
|||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "History.h"
|
||||
#include <AK/URL.h>
|
||||
#include <LibGUI/Widget.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue