Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
Fix include statement
Browse files Browse the repository at this point in the history
  • Loading branch information
poojanilangekar committed May 9, 2018
1 parent c756f76 commit a625053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/catalog/catalog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
//
//===----------------------------------------------------------------------===//

#include <include/catalog/column_stats_catalog.h>
#include "catalog/catalog.h"

#include "catalog/column_catalog.h"
#include "catalog/column_stats_catalog.h"
#include "catalog/database_catalog.h"
#include "catalog/database_metrics_catalog.h"
#include "catalog/index_catalog.h"
Expand Down

0 comments on commit a625053

Please sign in to comment.