Skip to content

Commit

Permalink
libpisp: Remove pisp_types.h
Browse files Browse the repository at this point in the history
The pips_types.h header has been absorbed in pisp_common.h by
the mainline driver version.

Drop it from libpisp as well.

Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
  • Loading branch information
Jacopo Mondi authored and naushir committed Jul 8, 2024
1 parent 73ee880 commit cd6ae3f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 157 deletions.
1 change: 0 additions & 1 deletion src/libpisp/common/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ pisp_sources += files([
common_headers = files([
'pisp_common.h',
'logging.hpp',
'pisp_types.h',
'shm_mutex.hpp',
'utils.hpp',
'version.hpp',
Expand Down
155 changes: 0 additions & 155 deletions src/libpisp/common/pisp_types.h

This file was deleted.

2 changes: 1 addition & 1 deletion src/libpisp/frontend/frontend.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <cstring>
#include <type_traits>

#include "common/pisp_types.h"
#include "common/pisp_common.h"
#include "common/shm_mutex.hpp"
#include "variants/variant.hpp"

Expand Down

0 comments on commit cd6ae3f

Please sign in to comment.