Parcourir la source

[2198] Revert include to local

Mukund Sivaraman il y a 12 ans
Parent
commit
699a941cab
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/util/interprocess_sync_file.cc

+ 1 - 1
src/lib/util/interprocess_sync_file.cc

@@ -12,7 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
-#include <util/interprocess_sync_file.h>
+#include "interprocess_sync_file.h"
 
 #include <boost/weak_ptr.hpp>