Build: Use angle brackets for enums.cpp include

This commit is contained in:
Daniel Elstner 2015-08-15 17:54:14 +02:00
parent 31ac7735ea
commit b5f0731971
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "libsigrokcxx/libsigrokcxx.hpp" #include <libsigrokcxx/libsigrokcxx.hpp>
#include <sstream> #include <sstream>
#include <cmath> #include <cmath>
@ -1619,6 +1619,6 @@ string Output::receive(shared_ptr<Packet> packet)
} }
} }
#include "enums.cpp" #include <enums.cpp>
} }