Skip to content

Commit

Permalink
Add missing pragma once statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Neverlord committed Apr 7, 2018
1 parent 33c7d16 commit bd322d7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/qtsupport/chatwidget.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include <exception>

#include "caf/all.hpp"
Expand Down
2 changes: 2 additions & 0 deletions libcaf_io/caf/io/network/asio_multiplexer_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/

#pragma once

#include "caf/io/broker.hpp"
#include "caf/io/middleman.hpp"

Expand Down
2 changes: 2 additions & 0 deletions libcaf_test/caf/test/dsl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/

#pragma once

#include "caf/all.hpp"
#include "caf/meta/annotation.hpp"
#include "caf/test/unit_test.hpp"
Expand Down
2 changes: 2 additions & 0 deletions libcaf_test/caf/test/io_dsl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/

#pragma once

#include "caf/io/all.hpp"
#include "caf/io/network/test_multiplexer.hpp"

Expand Down

0 comments on commit bd322d7

Please sign in to comment.