Codebase list mozc / 550620f
Include-What-You-Use: <algorithm>. This CL adds #include <algorithm> to files where std::min and/or std::max is used. Tihs is just a code clean-up. No behavior change is intended. BUG= TEST=unittest REF_BUG=19010851,19470758 REF_CL=86930884,86549260,86558621,87011807 Hiroshi Sumita authored 8 years ago Yohei Yukawa committed 8 years ago
17 changed file(s) with 21 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2828
2929 #include "chrome/nacl/url_loader_util.h"
3030
31 #include <algorithm>
3132 #include <memory>
3233
3334 #include <ppapi/c/pp_file_info.h>
2828
2929 #include "converter/lattice.h"
3030
31 #include <algorithm>
3132 #include <sstream>
3233 #include <string>
3334 #include <vector>
2828
2929 #include "dictionary/system/system_dictionary.h"
3030
31 #include <algorithm>
3132 #include <cstdlib>
3233 #include <memory>
3334 #include <string>
2828
2929 #include "gui/dictionary_tool/find_dialog.h"
3030
31 #include <algorithm>
3132 #include <QtGui/QtGui>
33
3234 #include "base/logging.h"
33 #include "base/util.h"
3435
3536 namespace mozc {
3637 namespace gui {
3434 #include <Windows.h>
3535 #include <Sddl.h>
3636
37 #include <algorithm>
3738 #include <string>
3839
3940 #include "base/const.h"
00 MAJOR=2
11 MINOR=17
2 BUILD=2196
2 BUILD=2197
33 REVISION=102
44 # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
55 # downloaded by NaCl Mozc.
3535 #include <ppapi/cpp/var.h>
3636 #include <ppapi/utility/completion_callback_factory.h>
3737
38 #include <algorithm>
3839 #include <memory>
3940
4041 #include "base/logging.h"
2828
2929 #include "net/jsonpath.h"
3030
31 #include <algorithm>
3132 #include <cctype>
3233 #include <sstream>
3334 #include <string>
2828
2929 #include "prediction/predictor.h"
3030
31 #include <algorithm>
3132 #include <string>
3233 #include <vector>
3334
4545 #undef max
4646 #endif // max
4747
48 #include <algorithm>
4849 #include <limits>
4950 #include <memory>
5051 #include <string>
3030
3131 #undef min
3232 #undef max
33 #include <algorithm>
3334 #include <limits>
3435
3536 #define _ATL_NO_AUTOMATIC_NAMESPACE
2828
2929 #include "rewriter/focus_candidate_rewriter.h"
3030
31 #include <algorithm>
3132 #include <string>
3233
3334 #include "base/logging.h"
2828
2929 #include "rewriter/zipcode_rewriter.h"
3030
31 #include <algorithm>
3132 #include <string>
3233
3334 #include "base/logging.h"
2828
2929 #include "session/key_info_util.h"
3030
31 #include <algorithm>
3132 #include <memory>
3233 #include <sstream>
3334 #include <string>
2727 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
2929 #include "session/key_info_util.h"
30
31 #include <algorithm>
32 #include <vector>
3033
3134 #include "composer/key_parser.h"
3235 #include "config/config_handler.h"
2828
2929 #include "unix/ibus/surrounding_text_util.h"
3030
31 #include <algorithm>
3132 #include <limits>
3233 #include <string>
3334
2727 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
2929 #include "win32/base/config_snapshot.h"
30
31 #include <algorithm>
3032
3133 #include "base/win_util.h"
3234 #include "client/client_interface.h"