Skip to content

Commit

Permalink
include "heaplayers.h", so that heaplayers works better with -iquote
Browse files Browse the repository at this point in the history
This will enable even simpler/nicer bazel integration, but should have
no other effect.

Updates #25
  • Loading branch information
bpowers committed Mar 12, 2020
1 parent a80041c commit 3007175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion heaplayers
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include <heaplayers.h>
#include "heaplayers.h"
2 changes: 1 addition & 1 deletion heaps/combining/hybridheap.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#include <assert.h>

#include <heaplayers.h>
#include "heaplayers.h"

/**
* @class HybridHeap
Expand Down

0 comments on commit 3007175

Please sign in to comment.