Skip to content

Commit

Permalink
Fixes some more includes
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden committed Sep 18, 2024
1 parent 7782cdd commit 01a9094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/interface/python/annotation.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef CALI_INTERFACE_PYTHON_ANNOTATION_H
#define CALI_INTERFACE_PYTHON_ANNOTATION_H

#include "common.h"

namespace cali {

class PythonAnnotation : public cali::Annotation {
Expand Down
2 changes: 0 additions & 2 deletions src/interface/python/instrumentation.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#include "common.h"

#include "variant.h"

namespace cali {

class PythonAttribute {
Expand Down

0 comments on commit 01a9094

Please sign in to comment.