summaryrefslogtreecommitdiffstats
path: root/courgette
diff options
context:
space:
mode:
Diffstat (limited to 'courgette')
-rw-r--r--courgette/adjustment_method.cc3
-rw-r--r--courgette/adjustment_method_2.cc3
2 files changed, 2 insertions, 4 deletions
diff --git a/courgette/adjustment_method.cc b/courgette/adjustment_method.cc
index 520f2a0..f967093 100644
--- a/courgette/adjustment_method.cc
+++ b/courgette/adjustment_method.cc
@@ -14,8 +14,7 @@
#include "base/basictypes.h"
#include "base/logging.h"
#include "base/string_number_conversions.h"
-#include "base/string_util.h"
-
+#include "base/stringprintf.h"
#include "courgette/assembly_program.h"
#include "courgette/courgette.h"
#include "courgette/encoded_program.h"
diff --git a/courgette/adjustment_method_2.cc b/courgette/adjustment_method_2.cc
index e4fd716..b039e63 100644
--- a/courgette/adjustment_method_2.cc
+++ b/courgette/adjustment_method_2.cc
@@ -15,9 +15,8 @@
#include "base/basictypes.h"
#include "base/format_macros.h"
#include "base/logging.h"
-#include "base/string_util.h"
+#include "base/stringprintf.h"
#include "base/time.h"
-
#include "courgette/assembly_program.h"
#include "courgette/courgette.h"
#include "courgette/encoded_program.h"