From 4fd639eca9c2bddff5a358a174d651260b6a7224 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 27 Jun 2021 12:48:29 -0600 Subject: [PATCH] NOOP: remove incomplete comment --- libs/pbd/microseconds.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pbd/microseconds.cc b/libs/pbd/microseconds.cc index 7a8ce9233c..7fdb4f1801 100644 --- a/libs/pbd/microseconds.cc +++ b/libs/pbd/microseconds.cc @@ -21,7 +21,7 @@ #include #ifdef PLATFORM_WINDOWS -#include // for LARGE_INTEGER +#include #endif #include "pbd/error.h"