Skip to content
Snippets Groups Projects
Commit cd4c7b33 authored by jsclose's avatar jsclose
Browse files

changed

parent 6a9504d9
Branches
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@
// Created by Jake Close on 3/7/18.
//
#pragma once
#include "../query/queryLanguage/QueryParser.h"
#include "../constraintSolver/ISRContainer.h"
#pragma once
using namespace std;
class Searcher
......
......@@ -2,9 +2,8 @@
// Created by Zane Dunnings on 3/16/18.
//
#ifndef EECS398_SEARCH_QUERYPARSER_H
#define EECS398_SEARCH_QUERYPARSER_H
#pragma once
#include "../../util/DataStructureLib/tuple.cpp"
#include<deque>
......@@ -69,4 +68,3 @@ private:
};
#endif //EECS398_SEARCH_QUERYPARSER_H
......@@ -3,8 +3,6 @@
//
#include <iostream>
#include <stdlib.h>
#include <unistd.h>
#include "query/Searcher.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment