]> git.tdb.fi Git - builder.git/blobdiff - source/compilecommandsjson.h
Rearrange sources into subdirectories
[builder.git] / source / compilecommandsjson.h
diff --git a/source/compilecommandsjson.h b/source/compilecommandsjson.h
deleted file mode 100644 (file)
index 8798849..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef COMPILECOMMANDSJSON_H_
-#define COMPILECOMMANDSJSON_H_
-
-#include "sourcepackage.h"
-#include "filetarget.h"
-
-class CompileCommandsJson: public FileTarget
-{
-private:
-       
-public:
-       CompileCommandsJson(Builder &, const SourcePackage &);
-
-       const char *get_type() const override { return "CompileCommandsJson"; }
-
-protected:
-       void find_dependencies() override;
-};
-
-#endif