Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
54738d06
Commit
54738d06
authored
Aug 25, 2011
by
neverlord
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tidy up some includes
parent
9ef480a4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
cppa/invoke_rules.hpp
cppa/invoke_rules.hpp
+3
-5
cppa/on.hpp
cppa/on.hpp
+1
-0
src/invoke_rules.cpp
src/invoke_rules.cpp
+2
-0
No files found.
cppa/invoke_rules.hpp
View file @
54738d06
...
...
@@ -32,14 +32,12 @@
#include <list>
#include <memory>
#include "cppa/invoke.hpp"
#include "cppa/intrusive_ptr.hpp"
#include "cppa/detail/invokable.hpp"
#include "cppa/detail/intermediate.hpp"
namespace
cppa
{
namespace
detail
{
class
invokable
;
class
intermediate
;
}
}
namespace
cppa
{
class
any_tuple
;
struct
invoke_rules
{
...
...
cppa/on.hpp
View file @
54738d06
...
...
@@ -12,6 +12,7 @@
#include "cppa/detail/boxed.hpp"
#include "cppa/detail/unboxed.hpp"
#include "cppa/detail/invokable.hpp"
#include "cppa/detail/ref_counted_impl.hpp"
namespace
cppa
{
namespace
detail
{
...
...
src/invoke_rules.cpp
View file @
54738d06
...
...
@@ -26,7 +26,9 @@
* along with libcppa. If not, see <http://www.gnu.org/licenses/>. *
\******************************************************************************/
#include "cppa/invoke.hpp"
#include "cppa/invoke_rules.hpp"
#include "cppa/detail/invokable.hpp"
namespace
cppa
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment