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
785153d3
Commit
785153d3
authored
Feb 19, 2016
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused includes
parent
5b9c16cd
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
5 deletions
+0
-5
libcaf_opencl/caf/opencl/actor_facade.hpp
libcaf_opencl/caf/opencl/actor_facade.hpp
+0
-1
libcaf_opencl/caf/opencl/metainfo.hpp
libcaf_opencl/caf/opencl/metainfo.hpp
+0
-2
libcaf_opencl/src/program.cpp
libcaf_opencl/src/program.cpp
+0
-2
No files found.
libcaf_opencl/caf/opencl/actor_facade.hpp
View file @
785153d3
...
...
@@ -28,7 +28,6 @@
#include "caf/all.hpp"
#include "caf/channel.hpp"
#include "caf/to_string.hpp"
#include "caf/intrusive_ptr.hpp"
#include "caf/detail/int_list.hpp"
...
...
libcaf_opencl/caf/opencl/metainfo.hpp
View file @
785153d3
...
...
@@ -36,8 +36,6 @@
#include "caf/opencl/smart_ptr.hpp"
#include "caf/opencl/actor_facade.hpp"
#include "caf/detail/singletons.hpp"
namespace
caf
{
namespace
opencl
{
...
...
libcaf_opencl/src/program.cpp
View file @
785153d3
...
...
@@ -23,8 +23,6 @@
#include <cstring>
#include <iostream>
#include "caf/detail/singletons.hpp"
#include "caf/opencl/program.hpp"
#include "caf/opencl/metainfo.hpp"
#include "caf/opencl/opencl_err.hpp"
...
...
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