(wangle) fix after-delete assert
[folly.git] / folly / TimeoutQueue.cpp
index 2c5059ce31211b3fcb7c5505b155b8b883b6215d..f81cabf8fe87d13c2dd1ce147b16c68434ba5407 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/TimeoutQueue.h"
+#include <folly/TimeoutQueue.h>
 #include <algorithm>
 #include <vector>
 
@@ -74,4 +74,3 @@ int64_t TimeoutQueue::runInternal(int64_t now, bool onceOnly) {
 }
 
 }  // namespace folly
-