Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Fix header inclusion order; avoids use of RCWCache before definition (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aymarino authored and jkotas committed Mar 20, 2018
1 parent f0e315f commit 0597eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/rcwrefcache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

#include "common.h"

#include "rcwrefcache.h"
#include "comcallablewrapper.h"
#include "runtimecallablewrapper.h"
#include "rcwrefcache.h"

// SHRINK_TOTAL_THRESHOLD - only shrink when the total number of handles exceed this number
#ifdef _DEBUG
Expand Down

0 comments on commit 0597eed

Please sign in to comment.