Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Touzeau
lrusecurity
Commits
9d66b1f0
Commit
9d66b1f0
authored
Jan 10, 2019
by
Valentin Touzeau
Browse files
Fix includes
parent
0a2ede56
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ProcessorExample.h
View file @
9d66b1f0
...
...
@@ -2,6 +2,7 @@
#define LRUSECURITY_PROCESSOR_EXAMPLE_H_
#include <otawa/proc/Processor.h>
#include <otawa/proc/AbstractFeature.h>
namespace
lrusecurity
{
...
...
src/lrusecurity_ProcessorExample.cpp
View file @
9d66b1f0
#include "ProcessorExample.h"
#include <lrusecurity/features.h>
#include <otawa/icat3/features.h>
using
namespace
otawa
;
...
...
@@ -17,7 +18,7 @@ void ProcessorExample::configure(const PropList& props)
Processor
::
configure
(
props
);
}
void
ProcessorExample
::
setup
(
WorkSpace
*
ws
)
void
ProcessorExample
::
setup
(
WorkSpace
*
)
{
}
...
...
Write
Preview
Supports
Markdown
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