All of lore.kernel.org
 help / color / mirror / Atom feed
From: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
To: ceph-devel@vger.kernel.org
Cc: Sage Weil <sage@inktank.com>, Danny Al-Gaaf <dalgaaf@suse.de>
Subject: [PATCH 21/30] mount/canonicalize.c: remove twice included string.h
Date: Wed, 28 Nov 2012 13:57:29 +0100	[thread overview]
Message-ID: <1354107458-30941-22-git-send-email-danny.al-gaaf@bisect.de> (raw)
In-Reply-To: <1354107458-30941-1-git-send-email-danny.al-gaaf@bisect.de>

Fix includes: remove twice included string.h

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
---
 src/mount/canonicalize.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mount/canonicalize.c b/src/mount/canonicalize.c
index c3bdb38..7561e41 100644
--- a/src/mount/canonicalize.c
+++ b/src/mount/canonicalize.c
@@ -24,7 +24,6 @@
 #include <string.h>
 #include <ctype.h>
 #include <unistd.h>
-#include <string.h>
 #include <errno.h>
 #include <stdlib.h>
 #include <limits.h>
-- 
1.8.0


  parent reply	other threads:[~2012-11-28 13:04 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-28 12:57 [PATCH 00/30] cleanup includes Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 01/30] fusetrace_ll.cc: remove twice included sys/time.h Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 02/30] ceph_fuse.cc: remove twice included sys/stat.h Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 03/30] ceph_mds.cc: " Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 04/30] ceph_mon.cc: " Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 05/30] ceph_osd.cc: " Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 06/30] ceph_syn.cc: " Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 07/30] client/Client.cc: remove twice included headers Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 08/30] client/MetaRequest.cc: remove twice included client/Dentry.h Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 09/30] client/SyntheticClient.cc: remove twice included headers Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 10/30] common/pipe.c: remove twice included unistd.h Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 11/30] crushtool.cc: remove twice included sys/stat.h Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 12/30] monmaptool.cc: " Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 13/30] include/buffer.h: remove twice included stdio.h Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 14/30] librados/RadosClient.cc: remove twice included sys/stat.h Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 15/30] mds/Dumper.h: remove twice included msg/Messenger.h Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 16/30] mds/Migrator.cc: remove twice included Migrator.h Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 17/30] mds/Resetter.h: remove twice included msg/Messenger.h Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 18/30] mds/journal.cc: remove twice included common/config.h Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 19/30] messages/MClientRequest.h: remove twice included sys/types.h Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 20/30] mon/Monitor.cc: remove twice included osd/OSDMap.h Danny Al-Gaaf
2012-11-28 12:57 ` Danny Al-Gaaf [this message]
2012-11-28 12:57 ` [PATCH 22/30] os/DBObjectMap.cc: remove twice included headers Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 23/30] os/DBObjectMap.h: remove twice included <string> Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 24/30] os/IndexManager.cc: remove twice included FlatIndex.h Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 25/30] osd/OSD.h: remove twice included OpRequest.h Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 26/30] osdmaptool.cc: remove twice included sys/stat.h Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 27/30] rados.cc: remove twice included headers Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 28/30] remove twice included linux/types.h Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 29/30] rgw/rgw_rest.cc: remove twice included rgw_formats.h Danny Al-Gaaf
2012-11-28 12:57 ` [PATCH 30/30] tools/common.cc: remove twice included headers Danny Al-Gaaf
2012-11-28 19:43 ` [PATCH 00/30] cleanup includes Sage Weil

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1354107458-30941-22-git-send-email-danny.al-gaaf@bisect.de \
    --to=danny.al-gaaf@bisect.de \
    --cc=ceph-devel@vger.kernel.org \
    --cc=dalgaaf@suse.de \
    --cc=sage@inktank.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.