FOSSology  4.4.0
Open Source License Compliance by Open Source Software
ojos.hpp
1 /*
2  SPDX-FileCopyrightText: © 2019 Siemens AG
3 
4  SPDX-License-Identifier: GPL-2.0-only
5 */
6 
7 #ifndef OJOS_AGENT_OJOS_HPP
8 #define OJOS_AGENT_OJOS_HPP
9 
10 #include <iostream>
11 
12 #include "OjoAgent.hpp"
13 #include "OjoUtils.hpp"
14 #include "directoryScan.hpp"
15 
16 extern "C" {
17 #include "libfossagent.h"
18 }
19 
20 #endif // OJOS_AGENT_OJOS_HPP