Skip to content

Commit dd3758b

Browse files
committed
fix headers
1 parent d9a0807 commit dd3758b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

cpp-terminal/prompt.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include "cpp-terminal/screen.hpp"
2121
#include "cpp-terminal/terminal.hpp"
2222
#include "cpp-terminal/tty.hpp"
23-
#include "size.hpp"
2423

2524
#include <iostream>
2625

cpp-terminal/screen.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
#include "cpp-terminal/screen.hpp"
1111

12-
#include "size.hpp"
13-
1412
Term::Screen::Screen(const Term::Size& size) : m_size(size) {}
1513

1614
const Term::Rows& Term::Screen::rows() const noexcept { return m_size.rows(); }

0 commit comments

Comments
 (0)