monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone.source-tree-cleanup: b49a9f


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone.source-tree-cleanup: b49a9f7f7f57da5f5afc619c72190f49cb4dbaf8
Date: Sat, 1 Jan 2011 21:44:00 GMT

revision:            b49a9f7f7f57da5f5afc619c72190f49cb4dbaf8
date:                2011-01-01T21:43:17
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone.source-tree-cleanup
changelog:
It seems some includes were forgotten in the needed changes

manifest:
format_version "1"

new_manifest [b1a88005e1fdf422c0dd376f842cd979e1621280]

old_revision [3d1a0f2b15a124b5f671ffef1e7e5a5758b0a3f0]

patch "src/win32/cputime.cc"
 from [3e8facadcf52a34c663914f1b46a81afeb89129f]
   to [d387251cfbb1b19c18de9fa1548717a8ad9e5437]

patch "src/win32/get_system_flavour.cc"
 from [60cdbd9a9c7a6373952674ab39e70b2c76f99a41]
   to [504a6ac65967da7d4b4a437d0beebc04ee8f969d]
============================================================
--- src/win32/get_system_flavour.cc	60cdbd9a9c7a6373952674ab39e70b2c76f99a41
+++ src/win32/get_system_flavour.cc	504a6ac65967da7d4b4a437d0beebc04ee8f969d
@@ -7,8 +7,8 @@
 // implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 // PURPOSE.
 
-#include "base.hh"
-#include "sanity.hh"
+#include "../base.hh"
+#include "../sanity.hh"
 
 #define WIN32_LEAN_AND_MEAN
 #include <windows.h>
============================================================
--- src/win32/cputime.cc	3e8facadcf52a34c663914f1b46a81afeb89129f
+++ src/win32/cputime.cc	d387251cfbb1b19c18de9fa1548717a8ad9e5437
@@ -12,7 +12,7 @@
 #define WIN32_LEAN_AND_MEAN
 #include <windows.h>
 
-#include "numeric_vocab.hh"
+#include "../numeric_vocab.hh"
 
 u64 to_ticks(FILETIME const & ft)
 {

reply via email to

[Prev in Thread] Current Thread [Next in Thread]