X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fexecutable.h;h=967aaf97c7ec0c8044eaf0c48965122029732eb5;hb=HEAD;hp=0dc4fc5223b0f671af15901397af594a63dc6679;hpb=66d1078c04849ec17a7343d0494d6ed087e04318;p=builder.git diff --git a/source/executable.h b/source/executable.h deleted file mode 100644 index 0dc4fc5..0000000 --- a/source/executable.h +++ /dev/null @@ -1,20 +0,0 @@ -/* $Id$ - -This file is part of builder -Copyright © 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - -#ifndef EXECUTABLE_H_ -#define EXECUTABLE_H_ - -#include "binary.h" - -class Executable: public Binary -{ -public: - Executable(Builder &, const Component &, const std::list &); - virtual const char *get_type() const { return "Executable"; } -}; - -#endif