diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-18 15:14:24 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-18 15:17:41 +0100 |
commit | a857d9b36f80adf045cd195653cb2f8b91452981 (patch) | |
tree | 465476bb39533994933428c0ab88649bf3c117db /common/resource.h | |
parent | d8cd2d6585507a4e40881092a633ec1a80b14dd9 (diff) | |
download | sink-a857d9b36f80adf045cd195653cb2f8b91452981.tar.gz sink-a857d9b36f80adf045cd195653cb2f8b91452981.zip |
Added missing #pragma once
Diffstat (limited to 'common/resource.h')
-rw-r--r-- | common/resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/resource.h b/common/resource.h index 9a31d03..2168e82 100644 --- a/common/resource.h +++ b/common/resource.h | |||
@@ -17,6 +17,7 @@ | |||
17 | * You should have received a copy of the GNU Lesser General Public | 17 | * You should have received a copy of the GNU Lesser General Public |
18 | * License along with this library. If not, see <http://www.gnu.org/licenses/>. | 18 | * License along with this library. If not, see <http://www.gnu.org/licenses/>. |
19 | */ | 19 | */ |
20 | #pragma once | ||
20 | 21 | ||
21 | #include <akonadi2common_export.h> | 22 | #include <akonadi2common_export.h> |
22 | 23 | ||