X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Ftag.h;h=9d6b4aab1f9262ecd1ef43145eb3325fc4884b50;hb=2b13d312fc4d6e5eb1d0e3004fa523bb0c0ba544;hp=5885e15385db30178610e5787fc2b2c0d4f8e492;hpb=1e2e71109fc690cf2ab0c4093cf451989ef23c6d;p=sliver-openvswitch.git diff --git a/lib/tag.h b/lib/tag.h index 5885e1538..9d6b4aab1 100644 --- a/lib/tag.h +++ b/lib/tag.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2011 Nicira Networks. + * Copyright (c) 2008, 2011, 2012 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,6 @@ #ifndef TAG_H #define TAG_H 1 -#include #include #include #include "util.h" @@ -75,7 +74,7 @@ static inline bool tag_intersects(tag_type, tag_type); static inline bool tag_is_valid(tag_type); /* Returns true if 'a' and 'b' have at least one tag in common, - * false if their set of tags is disjoint. . */ + * false if their set of tags is disjoint. */ static inline bool tag_intersects(tag_type a, tag_type b) {