Skip to content

Commit

Permalink
fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed Nov 9, 2024
1 parent d9a0807 commit dd3758b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cpp-terminal/prompt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "cpp-terminal/screen.hpp"
#include "cpp-terminal/terminal.hpp"
#include "cpp-terminal/tty.hpp"
#include "size.hpp"

#include <iostream>

Expand Down
2 changes: 0 additions & 2 deletions cpp-terminal/screen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

#include "cpp-terminal/screen.hpp"

#include "size.hpp"

Term::Screen::Screen(const Term::Size& size) : m_size(size) {}

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

0 comments on commit dd3758b

Please sign in to comment.