Commit bd322d78 authored by Dominik Charousset's avatar Dominik Charousset

Add missing pragma once statements

parent 33c7d163
#pragma once
#include <exception>
#include "caf/all.hpp"
......
......@@ -17,6 +17,8 @@
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#include "caf/io/broker.hpp"
#include "caf/io/middleman.hpp"
......
......@@ -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"
......
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment