]> git.tdb.fi Git - builder.git/blobdiff - source/component.cpp
Adjust requires to library changes
[builder.git] / source / component.cpp
index 27a4c53c08805db4e23e2bdbbb186ba9c6ca018d..fdc0a6d02d572d945dbeb376e6f4a2d63dd217fc 100644 (file)
@@ -1,11 +1,9 @@
-#include <msp/error.h>
+#include <msp/core/error.h>
 #include "component.h"
 #include "package.h"
 
 using namespace std;
 
-#include <iostream>
-
 Component::Component(Package &p, Type t, const string &n):
        pkg(p),
        type(t),