Skip to content

Commit

Permalink
Remove a redundant include line of <algorithm>.
Browse files Browse the repository at this point in the history
This is a follow up CL for 2cc1a05,
which added a redundant include line of <algorithm> to ipc/win32_ipc.cc,
where <algorithm> is already included.

This is just a code clean-up.  No behavior change is intended.

BUG=
TEST=unittest
REF_BUG=
REF_CL=
  • Loading branch information
yukawa committed Nov 16, 2015
1 parent 0966503 commit a54fee0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/ipc/win32_ipc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
// skip all unless OS_WIN
#ifdef OS_WIN

#include <algorithm>

#include "ipc/ipc.h"

#include <Windows.h>
Expand Down
2 changes: 1 addition & 1 deletion src/mozc_version_template.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MAJOR=2
MINOR=17
BUILD=2240
BUILD=2241
REVISION=102
# NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
# downloaded by NaCl Mozc.
Expand Down

0 comments on commit a54fee0

Please sign in to comment.