Skip to content

Commit

Permalink
Remove include <string> from files it wasn't used
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Sep 12, 2024
1 parent a3c5d27 commit 38b5668
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions include/guisan/actionlistener.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
#ifndef GCN_ACTIONLISTENER_HPP
#define GCN_ACTIONLISTENER_HPP

#include <string>

#include "guisan/actionevent.hpp"
#include "guisan/platform.hpp"

Expand Down
2 changes: 0 additions & 2 deletions include/guisan/deathlistener.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
#ifndef GCN_DEATHLISTENER_HPP
#define GCN_DEATHLISTENER_HPP

#include <string>

#include "guisan/event.hpp"
#include "guisan/platform.hpp"

Expand Down
2 changes: 0 additions & 2 deletions include/guisan/focuslistener.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
#ifndef GCN_FOCUSLISTENER_HPP
#define GCN_FOCUSLISTENER_HPP

#include <string>

#include "guisan/event.hpp"
#include "guisan/platform.hpp"

Expand Down
2 changes: 0 additions & 2 deletions include/guisan/widgets/scrollarea.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
#ifndef GCN_SCROLLAREA_HPP
#define GCN_SCROLLAREA_HPP

#include <string>

#include "guisan/basiccontainer.hpp"
#include "guisan/mouselistener.hpp"
#include "guisan/platform.hpp"
Expand Down

0 comments on commit 38b5668

Please sign in to comment.